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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            }
        ]
    }
}