Coupon Cat
No more searching for coupons, just click and apply!
Coupon Catとは何ですか?
Coupon Catはhttps://coupon-cat.comによって開発されたChromeの拡張機能で、その主な機能は「No more searching for coupons, just click and apply!」です。
拡張機能のスクリーンショット
Coupon Cat拡張機能のCRXファイルをダウンロード
Coupon Cat拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Meet Pon the Coupon Cat! Your trained assistant to help you find coupon codes when they are available on the web page that you are shopping on! No more searching endlessly through various search engines or other websites. Pon the coupon cat will know what pages have the best coupon codes and bring them to you in a matter of seconds. Pon will also apply your coupons for you. Just keep an eye out for the magical rainbow button when Pon is ready to go to work! By using our extension you agree to our terms of service and privacy policy. https://coupon-cat.com/terms-and-conditions https://coupon-cat.com/privacy-policy
拡張機能の基本情報
名前 | Coupon Cat |
ID | ndpmdcidjakfglhdplgnkncjhcfdoglm |
公式URL | https://chromewebstore.google.com/detail/coupon-cat/ndpmdcidjakfglhdplgnkncjhcfdoglm |
説明 | No more searching for coupons, just click and apply! |
ファイルサイズ | 3.94 MB |
インストール数 | 2,163 |
現在のバージョン | 1.0.0 |
最終更新日 | 2021-11-16 |
公開日 | 2021-11-15 |
評価 | 5.00/5 合計 27 レビュー |
開発者 | https://coupon-cat.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://coupon-cat.com |
プライバシーポリシーページのURL | https://coupon-cat.com/privacy-policy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.0", "name": "Coupon Cat", "short_name": "Coupon Cat", "description": "No more searching for coupons, just click and apply!", "icons": { "128": "img\/icon-128.png" }, "permissions": [ "storage", "tabs", "background", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": "img\/icon-disabled-128.png" }, "background": { "scripts": [ "browser-polyfill.min.js", "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start", "js": [ "browser-polyfill.min.js", "content.js" ] } ], "web_accessible_resources": [ "img\/*", "home.html" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |