product finder
product finder
Was ist product finder?
product finder ist eine Chrome-Erweiterung, die von productfinder.co entwickelt wurde, und ihr Hauptmerkmal ist "product finder".
Erweiterungsscreenshots
product finder-Erweiterungs-CRX-Datei herunterladen
Laden Sie product finder-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
Extension for Aliexpress Dropshipping.
This is the Chrome extension for Aliexpress Dropshipping. Search products on Aliexpress easily!
With our browser plugin, helps you identify high-performing products on your competitors’ stores as they dropship from aliexpress. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | cofkojamknelechlflimakpabkgjopjg |
| Offizielle URL | https://chrome.google.com/webstore/detail/cofkojamknelechlflimakpabkgjopjg |
| Beschreibung | product finder |
| Dateigröße | 127 KB |
| Installationsanzahl | 135 |
| Aktuelle Version | 1.0.2 |
| Letztes Update | 2018-04-15 |
| Veröffentlichungsdatum | 2018-04-15 |
| Entwickler | productfinder.co |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | https://productfinder.co/privacy |
| Unterstützte Sprachen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "product finder",
"version": "1.0.2",
"description": "product finder",
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"web_accessible_resources": [
"images\/icon128.png"
],
"browser_action": {
"default_icon": {
"16": "images\/icon16.png",
"48": "images\/icon48.png"
},
"default_title": "Product Finder"
},
"permissions": [
"storage",
"notifications",
"tabs",
"webRequest",
"webRequestBlocking",
"contextMenus",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"background": {
"scripts": [
"scripts\/jquery-1.11.3.js",
"scripts\/background.js"
]
},
"content_scripts": [
{
"matches": [
"*:\/\/*.aliexpress.com\/item\/*",
"*:\/\/*.aliexpress.com\/*",
"*:\/\/*.aliexpress.com\/store\/product\/*"
],
"js": [
"scripts\/jquery-1.11.3.js",
"scripts\/bootstrap.js",
"scripts\/moment.min.js",
"scripts\/content.js"
],
"run_at": "document_start",
"all_frames": true
}
]
} | |