Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extension not working on https://www.aliexpress.com/ #101

Open
tarundb opened this issue Aug 2, 2023 · 1 comment
Open

Extension not working on https://www.aliexpress.com/ #101

tarundb opened this issue Aug 2, 2023 · 1 comment

Comments

@tarundb
Copy link

tarundb commented Aug 2, 2023

previously, the extension worked fine but nowadaysI'm having trouble with the website. The blue border box isn't appearing.
image

@mikeyapina
Copy link

The plu
Screenshot 2024-03-11 at 8 10 02 AM
Screenshot 2024-03-11 at 8 24 09 AM (2)
Screenshot 2024-03-11 at 8 58 54 AM
Screenshot 2024-03-11 at 9 00 00 AM
Screenshot 2024-03-11 at 9 00 45 AM
g is saying it is login in, then nothing happens -- so I'm connecting, but it is not integrating. As you can see, there are many images of items, but the blue box or arrow no longer is available once I sync the two u.

{ "name": "Laravel AliExpress Dropshipping", "version": "1.2.0", "manifest_version": 2, "description": "It is used to import product from AliExpress to Bagisto store and it can be used with Bagisto dropship management module.", "background": { "scripts": ["resources/js/background.js"], "persistent": false }, "icons": { "128": "resources/images/Icon.png" }, "permissions": ["activeTab", "tabs"], "browser_action": { "default_icon": "resources/images/icon-disabled.png" }, "web_accessible_resources": [ ".png", "resources/js/wk_inserted.js", "resources/js/jquery.min.js" ], "content_scripts": [ { "matches": ["https://.aliexpress.com/", "http://.aliexpress.com/*"], "js": ["resources/js/jquery.min.js", "resources/js/content.js"], "css": ["resources/css/dropship.css"] } ] }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants