Venus
Venus
What is Venus?
Venus is a Chrome extension developed by merchbridge.addons, and its main feature is "Venus".
Extension Screenshots
Download Venus Extension CRX File
Download Venus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Sync product data to MerchBridge assortment * Setup an API key. * Sync your product to MerchBridge. Visit https://dashboard.merchbridge.com/ for more information.
Extension Basic Information
Name | Venus |
ID | mngklpoemgbfbmdccoenhakolckiopmg |
Official URL | https://chromewebstore.google.com/detail/venus/mngklpoemgbfbmdccoenhakolckiopmg |
Description | Venus |
File Size | 173 KB |
Installation Count | 50 |
Current Version | 0.4.5 |
Last Updated | 2022-12-20 |
Publish Date | 2021-02-09 |
Rating | 5.00/5 Total 1 Ratings |
Developer | merchbridge.addons |
[email protected] | |
Payment Type | free |
Extension Website | https://dashboard.merchbridge.com |
Help Page URL | https://dashboard.merchbridge.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Venus", "version": "0.4.5", "manifest_version": 3, "description": "Venus", "icons": { "128": "images\/128.png", "48": "images\/48.png", "38": "images\/38.png" }, "default_locale": "en", "background": { "service_worker": "scripts\/background.js" }, "action": { "default_icon": { "38": "images\/38.png" }, "default_title": "Venus", "default_popup": "popup.html" }, "omnibox": { "keyword": "Sync Product" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "run_at": "document_end", "js": [ "scripts\/libs\/jquery.min.js", "scripts\/libs\/select2.min.js", "scripts\/libs\/md5.min.js", "scripts\/libs\/jquery.toast.js", "scripts\/contentscript.js", "scripts\/amazon.js", "scripts\/google.js", "scripts\/etsy.js", "scripts\/spypro.js", "scripts\/spybadao.js", "scripts\/shopify.js", "scripts\/wordpress.js", "scripts\/dmmetsy.js", "scripts\/teechip.js", "scripts\/shopbase.js", "scripts\/merchking.js", "scripts\/ebay.js", "scripts\/spreadshirt.js", "scripts\/society6.js", "scripts\/cafepress.js", "scripts\/zazzle.js", "scripts\/lookhuman.js", "scripts\/moosfy.js", "scripts\/365canvas.js", "scripts\/hibossgift.js", "scripts\/meckily.js", "scripts\/merchize.js", "scripts\/wearetrucker.js" ], "css": [ "styles\/main.css", "styles\/select2.min.css", "styles\/jquery.toast.css" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';", "self": "unsafe-inline" }, "permissions": [ "tabs", "background", "storage" ], "host_permissions": [ "https:\/\/api-dev.merchbridge.com\/*", "https:\/\/api.merchbridge.com\/*" ], "web_accessible_resources": [ { "resources": [ "woo_infinite_load.js", "shopify_infinite_loader.js", "spybadao_infinite_loader.js", "spypro_infinite_loader.js", "etsy_infinite_loader.js" ], "matches": [ "*:\/\/*\/*" ] } ] } |