Flipmine
Turbocharge your Flipmine account via automatic gate-checking, and more to come soon.
Wat is Flipmine?
Flipmine is een Chrome-extensie ontwikkeld door https://flipmine.com, en de belangrijkste functie is "Turbocharge your Flipmine account via automatic gate-checking, and more to come soon.".
Extensie Screenshots
Download het CRX-bestand van de extensie Flipmine
Download Flipmine-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Flipmine |
ID | lpconkppobdklbmabmdhpcacceggehja |
Officiële URL | https://chromewebstore.google.com/detail/flipmine/lpconkppobdklbmabmdhpcacceggehja |
Beschrijving | Turbocharge your Flipmine account via automatic gate-checking, and more to come soon. |
Bestandsgrootte | 91.99 KB |
Aantal Installaties | 2,487 |
Huidige Versie | 0.0.6 |
Laatst Bijgewerkt | 2024-03-04 |
Publicatiedatum | 2020-10-24 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://flipmine.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.flipmine.com |
URL van de Privacybeleid Pagina | https://www.flipmine.com/privacy_policy |
Ondersteunde Talen | 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" } |