Flipmine
Turbocharge your Flipmine account via automatic gate-checking, and more to come soon.
Flipmineとは何ですか?
Flipmineはhttps://flipmine.comによって開発されたChromeの拡張機能で、その主な機能は「Turbocharge your Flipmine account via automatic gate-checking, and more to come soon.」です。
拡張機能のスクリーンショット
Flipmine拡張機能のCRXファイルをダウンロード
Flipmine拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The Flipmine extension expands Flipmine to include additional features. Here is a list of the current features: 1. Automatically check gating status for opportunities This allows your search results feed to be automatically checked for gated products. The extension must be installed and you must be signed into your Amazon account in order for it to work properly.
拡張機能の基本情報
名前 | Flipmine |
ID | lpconkppobdklbmabmdhpcacceggehja |
公式URL | https://chromewebstore.google.com/detail/flipmine/lpconkppobdklbmabmdhpcacceggehja |
説明 | Turbocharge your Flipmine account via automatic gate-checking, and more to come soon. |
ファイルサイズ | 91.99 KB |
インストール数 | 2,487 |
現在のバージョン | 0.0.6 |
最終更新日 | 2024-03-04 |
公開日 | 2020-10-24 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://flipmine.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.flipmine.com |
プライバシーポリシーページのURL | https://www.flipmine.com/privacy_policy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Flipmine", "description": "Turbocharge your Flipmine account via automatic gate-checking, and more to come soon.", "icons": { "16": "icon16.png", "32": "icon32.png", "64": "icon64.png", "128": "icon128.png" }, "permissions": [ "*:\/\/*.amazon.com\/*", "*:\/\/*.flipmine.com\/*" ], "background": { "scripts": [ "background.js" ] }, "externally_connectable": { "matches": [ "https:\/\/www.flipmine.com\/*" ] }, "manifest_version": 2, "version": "0.0.6" } |