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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" } |