DyNotify - Online Shopping Assistant

Find Cheaper Product Alternatives.

DyNotify - Online Shopping Assistantคืออะไร?

DyNotify - Online Shopping Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dynotify.com และคุณลักษณะหลักของมันคือ "Find Cheaper Product Alternatives."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DyNotify - Online Shopping Assistant

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
            }
        ]
    }
}