Venus
Venus
Was ist Venus?
Venus ist eine Chrome-Erweiterung, die von merchbridge.addons entwickelt wurde, und ihr Hauptmerkmal ist "Venus".
Erweiterungsscreenshots
Venus-Erweiterungs-CRX-Datei herunterladen
Laden Sie Venus-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Sync product data to MerchBridge assortment
* Setup an API key.
* Sync your product to MerchBridge.
Visit https://dashboard.merchbridge.com/ for more information. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | mngklpoemgbfbmdccoenhakolckiopmg |
| Offizielle URL | https://chromewebstore.google.com/detail/venus/mngklpoemgbfbmdccoenhakolckiopmg |
| Beschreibung | Venus |
| Dateigröße | 173 KB |
| Installationsanzahl | 50 |
| Aktuelle Version | 0.4.5 |
| Letztes Update | 2022-12-20 |
| Veröffentlichungsdatum | 2021-02-09 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | merchbridge.addons |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://dashboard.merchbridge.com |
| Hilfeseite URL | https://dashboard.merchbridge.com |
| Unterstützte Sprachen | 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": [
"*:\/\/*\/*"
]
}
]
} | |