Saturation Doctor
Saturation Doctor
Wat is Saturation Doctor?
Saturation Doctor is een Chrome-extensie ontwikkeld door SaturationDoctor, en de belangrijkste functie is "Saturation Doctor".
Extensie Screenshots
Download het CRX-bestand van de extensie Saturation Doctor
Download Saturation Doctor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Our free AI powered chrome extension analyzes any Aliexpress.com product you are viewing in real time. Our algorithm searches the internet for stores selling this product on: Shopify, Amazon, Ebay, and other popular ecommerce platforms. Providing you with a unique score for determining whether you should sell it in your store or not.
Basisinformatie over de Extensie
Naam | Saturation Doctor |
ID | libhomjlepkocjgjpgolfiahecffmlad |
Officiële URL | https://chromewebstore.google.com/detail/saturation-doctor/libhomjlepkocjgjpgolfiahecffmlad |
Beschrijving | Saturation Doctor |
Bestandsgrootte | 376 KB |
Aantal Installaties | 116 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2020-12-20 |
Publicatiedatum | 2020-12-20 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | SaturationDoctor |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.saturatiod.com |
Help Pagina-URL | https://www.saturatiod.com |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Saturation Doctor", "version": "1.0", "description": "Saturation Doctor", "manifest_version": 2, "permissions": [ "https:\/\/www.aliexpress.com\/*", "https:\/\/chrome.google.com\/*", "storage", "unlimitedStorage", "cookies", "https:\/\/www.saturationd.com\/*" ], "background": { "scripts": [ "jquery-3.5.1.min.js", "background.js" ] }, "browser_action": { "default_icon": "icon19.png", "default_popup": "popup.html", "default_title": "Saturation Doctor" }, "minimum_chrome_version": "14", "content_scripts": [ { "matches": [ "https:\/\/www.aliexpress.com\/item\/*" ], "all_frames": false, "run_at": "document_end", "js": [ "jquery-3.5.1.min.js", "js\/toastr.min.js", "content_script.js" ] } ], "icons": { "19": "icon19.png" } } |