Saturation Doctor

Saturation Doctor

Saturation Doctorคืออะไร?

Saturation Doctor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SaturationDoctor และคุณลักษณะหลักของมันคือ "Saturation Doctor"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Saturation Doctor

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    }
}