ProfitlogiQ
ProfitlogiQ ASIN Grabber and ASIN Content Review
Was ist ProfitlogiQ?
ProfitlogiQ ist eine Chrome-Erweiterung, die von ProfitlogiQ LLC entwickelt wurde, und ihr Hauptmerkmal ist "ProfitlogiQ ASIN Grabber and ASIN Content Review".
Erweiterungsscreenshots
ProfitlogiQ-Erweiterungs-CRX-Datei herunterladen
Laden Sie ProfitlogiQ-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
Free ASIN Grabber and Content Review for amazon product detail pages,
Grundlegende Informationen zur Erweiterung
Name | ProfitlogiQ |
ID | pnplfbdkdkmpliiabafhbbfnogeicapf |
Offizielle URL | https://chromewebstore.google.com/detail/profitlogiq/pnplfbdkdkmpliiabafhbbfnogeicapf |
Beschreibung | ProfitlogiQ ASIN Grabber and ASIN Content Review |
Dateigröße | 28.4 KB |
Installationsanzahl | 80 |
Aktuelle Version | 0.5.4 |
Letztes Update | 2022-11-30 |
Veröffentlichungsdatum | 2022-02-19 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | ProfitlogiQ LLC |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://profitlogiq.com/privacy-policy |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ProfitlogiQ", "description": "ProfitlogiQ ASIN Grabber and ASIN Content Review", "version": "0.5.4", "manifest_version": 3, "icons": { "16": ".\/logo_16x16.png", "32": ".\/logo_32x32.png", "48": ".\/logo_48x48.png", "128": ".\/logo_128x128.png" }, "background": { "service_worker": ".\/background.js" }, "action": { "default_popup": ".\/popup.html", "default_icons": { "16": ".\/logo_16x16.png", "32": ".\/logo_32x32.png", "48": ".\/logo_48x48.png", "128": ".\/logo_128x128.png" } }, "options_page": ".\/options.html", "permissions": [ "activeTab", "tabs", "storage", "scripting" ], "host_permissions": [ "https:\/\/www.amazon.com.au\/*", "https:\/\/www.amazon.com.br\/*", "https:\/\/www.amazon.ca\/*", "https:\/\/www.amazon.cn\/*", "https:\/\/www.amazon.eg\/*", "https:\/\/www.amazon.fr\/*", "https:\/\/www.amazon.de\/*", "https:\/\/www.amazon.in\/*", "https:\/\/www.amazon.it\/*", "https:\/\/www.amazon.co.jp\/*", "https:\/\/www.amazon.com.mx\/*", "https:\/\/www.amazon.nl\/*", "https:\/\/www.amazon.pl\/*", "https:\/\/www.amazon.sa\/*", "https:\/\/www.amazon.sg\/*", "https:\/\/www.amazon.es\/*", "https:\/\/www.amazon.se\/*", "https:\/\/www.amazon.com.tr\/*", "https:\/\/www.amazon.ae\/*", "https:\/\/www.amazon.co.uk\/*", "https:\/\/www.amazon.com\/*" ] } |