Feature #3274
Make reuse between extension and snippet faster and bug free
Start date:
10/10/2023
Due date:
11/10/2023
% Done:
100%
Estimated time:
Description
Today, loading part of the code is mixed with business logic. Separate it.
Extension picks version from manifest file. But, version is hard coded in snippet. One solution is to hard code version to 5.0. 5.0 stands for latest. Until a version is picked to be uploaded to the chrome webstore, extension also can use 5.0.
images are loaded from different paths for both extension and snippet. just need to be aware of this.
Updated by Ayush Khandelwal about 1 year ago
- Due date set to 11/10/2023
- Status changed from New to In Progress
Updated by Ayush Khandelwal about 1 year ago
- Status changed from In Progress to Feedback
- % Done changed from 0 to 100