You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plu
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"] } ] }
previously, the extension worked fine but nowadaysI'm having trouble with the website. The blue border box isn't appearing.
The text was updated successfully, but these errors were encountered: