Flipmine

Turbocharge your Flipmine account via automatic gate-checking, and more to come soon.

Flipmine là gì?

Flipmine là một tiện ích mở rộng Chrome được phát triển bởi https://flipmine.com, và tính năng chính của nó là "Turbocharge your Flipmine account via automatic gate-checking, and more to come soon.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Flipmine

Tải xuống các tệp mở rộng Flipmine dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Flipmine Flipmine
ID lpconkppobdklbmabmdhpcacceggehja
URL Chính Thức https://chromewebstore.google.com/detail/flipmine/lpconkppobdklbmabmdhpcacceggehja
Mô tả Turbocharge your Flipmine account via automatic gate-checking, and more to come soon.
Kích Thước Tệp 91.99 KB
Số Lần Cài Đặt 2,487
Phiên Bản Hiện Tại 0.0.6
Cập Nhật Lần Cuối 2024-03-04
Ngày Phát Hành 2020-10-24
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://flipmine.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.flipmine.com
URL Trang Chính Sách Bảo Mật https://www.flipmine.com/privacy_policy
Ngôn Ngữ Được Hỗ Trợ 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"
}