bagisto / laravel-aliexpress-dropship

With the Laravel eCommerce AliExpress Dropshipping, the admin can import products from AliExpress into the bagisto store. After that, he can start selling those products from his own store easily without having to stock the products physically.
https://bit.ly/3GBMBHm
101 stars 41 forks source link

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

Open tarundb opened 1 year ago

tarundb commented 1 year ago

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

mikeyapina commented 8 months ago

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"] } ] }