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
官方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
电子邮箱 [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"
}