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.”。

擴展截圖

screenshot

下載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 Flipmine
ID lpconkppobdklbmabmdhpcacceggehja
官方網址 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
電子郵箱 [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"
}