Saturation Doctor

Saturation Doctor

什麼是Saturation Doctor?

Saturation Doctor是由SaturationDoctor開發的Chrome擴展程式,該擴展的主要功能是“Saturation Doctor”。

擴展截圖

screenshot

下載Saturation Doctor擴展crx文件

下載Saturation Doctor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Saturation Doctor Saturation Doctor
ID libhomjlepkocjgjpgolfiahecffmlad
官方網址 https://chromewebstore.google.com/detail/saturation-doctor/libhomjlepkocjgjpgolfiahecffmlad
簡介 Saturation Doctor
檔案大小 376 KB
安裝次數 116
目前版本 1.0
更新時間 2020-12-20
上架時間 2020-12-20
評分 3.67/5 共 3 次評分
開發者 SaturationDoctor
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.saturatiod.com
說明頁面URL https://www.saturatiod.com
支援的語言 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"
    }
}