DyNotify - Online Shopping Assistant
Find Cheaper Product Alternatives.
DyNotify - Online Shopping Assistantとは何ですか?
DyNotify - Online Shopping Assistantはhttps://dynotify.comによって開発されたChromeの拡張機能で、その主な機能は「Find Cheaper Product Alternatives.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } ] } } |