Saturation Doctor
Saturation Doctor
Co je Saturation Doctor?
Saturation Doctor je rozšíření Chrome vyvinuté SaturationDoctor, a jeho hlavní funkcí je „Saturation Doctor“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Saturation Doctor
Stáhněte si soubory rozšíření Saturation Doctor ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Saturation Doctor |
ID | libhomjlepkocjgjpgolfiahecffmlad |
Oficiální URL | https://chromewebstore.google.com/detail/saturation-doctor/libhomjlepkocjgjpgolfiahecffmlad |
Popis | Saturation Doctor |
Velikost souboru | 376 KB |
Počet instalací | 116 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2020-12-20 |
Datum Vydání | 2020-12-20 |
Hodnocení | 3.67/5 Celkem 3 Hodnocení |
Vývojář | SaturationDoctor |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.saturatiod.com |
URL Stránky Nápovědy | https://www.saturatiod.com |
Podporované Jazyky | 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" } } |