Saturation Doctor
Saturation Doctor
Vad är Saturation Doctor?
Saturation Doctor är en Chrome-tillägg utvecklad av SaturationDoctor, och dess huvudfunktion är "Saturation Doctor".
Tilläggsskärmbilder
Ladda ner Saturation Doctor-förlängningens CRX-fil
Ladda ner Saturation Doctor-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | libhomjlepkocjgjpgolfiahecffmlad |
| Officiell webbadress | https://chromewebstore.google.com/detail/saturation-doctor/libhomjlepkocjgjpgolfiahecffmlad |
| Beskrivning | Saturation Doctor |
| Filstorlek | 376 KB |
| Antal Installationer | 116 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2020-12-20 |
| Publiceringsdatum | 2020-12-20 |
| Betyg | 3.67/5 Totalt 3 Betyg |
| Utvecklare | SaturationDoctor |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.saturatiod.com |
| Hjälpsida URL | https://www.saturatiod.com |
| Stödda Språk | 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"
}
} | |