Intelligynce
Intelligynce is a powerful software tool that allows you to spy on over 500,000 Shopify Stores and over 2,000,000 products. Visit…
Was ist Intelligynce?
Intelligynce ist eine Chrome-Erweiterung, die von https://intelligynce.com entwickelt wurde, und ihr Hauptmerkmal ist "Intelligynce is a powerful software tool that allows you to spy on over 500,000 Shopify Stores and over 2,000,000 products. Visit…".
Erweiterungsscreenshots
Intelligynce-Erweiterungs-CRX-Datei herunterladen
Laden Sie Intelligynce-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
Intelligynce is a powerful software tool that allows you to spy on over 500,000 Shopify Stores and over 2,000,000 products. Visit intelligynce.com
Grundlegende Informationen zur Erweiterung
Name | Intelligynce |
ID | moigkpepgfdfpachffkjjonjenohfmlh |
Offizielle URL | https://chromewebstore.google.com/detail/intelligynce/moigkpepgfdfpachffkjjonjenohfmlh |
Beschreibung | Intelligynce is a powerful software tool that allows you to spy on over 500,000 Shopify Stores and over 2,000,000 products. Visit… |
Dateigröße | 412 KB |
Installationsanzahl | 10,780 |
Aktuelle Version | 1.2.0 |
Letztes Update | 2020-03-13 |
Veröffentlichungsdatum | 2020-03-12 |
Bewertung | 3.92/5 Insgesamt 39 Bewertungen |
Entwickler | https://intelligynce.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://intelligynce.com |
Hilfeseite URL | https://intelligynce.com/support |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Intelligynce", "version": "1.2.0", "manifest_version": 2, "content_scripts": [ { "js": [ "contentscript.js" ], "matches": [ "*:\/\/*\/*" ], "all_frames": false, "run_at": "document_end" } ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon_16_disabled.png", "default_popup": "popup.html", "scripts": [ "popup.js" ] }, "web_accessible_resources": [ "index.html" ], "permissions": [ "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "16": "icon_16.png", "32": "icon_32.png", "64": "icon_64.png", "128": "icon_128.png" } } |