DyNotify - Online Shopping Assistant

Find Cheaper Product Alternatives.

DyNotify - Online Shopping Assistant क्या है?

DyNotify - Online Shopping Assistant https://dynotify.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find Cheaper Product Alternatives."।

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

screenshot
screenshot

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

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

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

                        Have you ever got overwhelmed by the number of websites to search for various products?

DyNotify is an online shopping assistant that automatically finds better & cheaper alternatives for online products across various e-commerce websites.

💡 Product Alternatives.
Get better & cheaper alternatives for specific products across many e-commerce sites.

🔎 Product Search Engine.
Search products across multiple e-commerce websites all in the same place.                    

एक्सटेंशन की मूल जानकारी

नाम DyNotify - Online Shopping Assistant DyNotify - Online Shopping Assistant
ID lfioeldichhohdffpkbmipklaeelkpec
आधिकारिक URL https://chromewebstore.google.com/detail/dynotify-online-shopping/lfioeldichhohdffpkbmipklaeelkpec
विवरण Find Cheaper Product Alternatives.
फ़ाइल का आकार 1.02 MB
स्थापना संख्या 55
वर्तमान संस्करण 0.2.3
अंतिम अपडेट 2021-03-27
प्रकाशन तिथि 2021-02-14
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर https://dynotify.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://dynotify.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "DyNotify",
    "name": "DyNotify - Online Shopping Assistant",
    "description": "Find Cheaper Product Alternatives.",
    "version": "0.2.3",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": true
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webNavigation",
        "storage"
    ],
    "icons": {
        "128": "\/assets\/icons\/white-128.png",
        "48": "\/assets\/icons\/white-48.png",
        "32": "\/assets\/icons\/white-32.png",
        "16": "\/assets\/icons\/white-16.png"
    },
    "browser_action": {
        "default_title": "DyNotify",
        "default_icon": {
            "16": "\/assets\/icons\/other-versions\/v6-16.png",
            "19": "\/assets\/icons\/white-19.png",
            "32": "\/assets\/icons\/white-32.png",
            "38": "\/assets\/icons\/white-38.png"
        },
        "content_security_policy": "script-src 'self' 'sha256-XrS5ERNluQzVNg71hBJuSrioOE1lvBSVAqA5ix1\/Jqg='",
        "content_scripts": [
            {
                "matches": [
                    "http:\/\/*\/*",
                    "https:\/\/*\/*"
                ],
                "js": [
                    "draggable.bundle.js"
                ],
                "run_at": "document_start"
            }
        ]
    }
}