Saturation Doctor

Saturation Doctor

Saturation Doctor क्या है?

Saturation Doctor SaturationDoctor द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Saturation Doctor"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Saturation Doctor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}