The Big Deals
Find today's big deals on the amazon
The Big Dealsとは何ですか?
The Big Dealsはavisharma6543によって開発されたChromeの拡張機能で、その主な機能は「Find today's big deals on the amazon」です。
拡張機能のスクリーンショット
The Big Deals拡張機能のCRXファイルをダウンロード
The Big Deals拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The big deals is a awesome extension which helps you to find great deals of amazon. It will provides you coupons and deals of amazon. It is a great money saving extension. How this extension works? After installing this extension you will see a icon on right above side of your browser. So when you go on amazon for shopping, click on that icon and it will show you best deals of the day on amazon. We daily updates latest deals on the extension. In V2, we fixed some bugs and added installed page.
拡張機能の基本情報
名前 | The Big Deals |
ID | focppijiafifcddfgjoicdahlofpkfib |
公式URL | https://chrome.google.com/webstore/detail/the-big-deals/focppijiafifcddfgjoicdahlofpkfib |
説明 | Find today's big deals on the amazon |
ファイルサイズ | 135 KB |
インストール数 | 51 |
現在のバージョン | 2.0 Beta |
最終更新日 | 2020-08-20 |
公開日 | 2020-08-17 |
開発者 | avisharma6543 |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://saleclues.com/page/privacy-policy |
対応言語 | en |
manifest.json | |
{ "manifest_version": 2, "name": "The Big Deals", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "128": "icon.png", "16": "icon.png", "48": "icon.png" }, "background": { "page": "background.html", "persistent": false }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.in\/*", "*:\/\/*.amazon.ca\/*", "*:\/\/*.7bigdeals.com\/*" ], "js": [ "content.js" ] } ], "description": "Find today's big deals on the amazon", "short_name": "TBD", "version": "2.0", "version_name": "2.0 Beta", "author": "Avi Sharma", "minimum_chrome_version": "31", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |