DyNotify - Online Shopping Assistant

Find Cheaper Product Alternatives.

什麼是DyNotify - Online Shopping Assistant?

DyNotify - Online Shopping Assistant是由https://dynotify.com開發的Chrome擴展程式,該擴展的主要功能是“Find Cheaper Product Alternatives.”。

擴展截圖

screenshot
screenshot

下載DyNotify - Online Shopping Assistant擴展crx文件

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

擴展使用說明

                        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
官方網址 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"
            }
        ]
    }
}