FMTC Chrome Browser Extension
The FMTC Chrome Browser Extension is a tool for existing FMTC subscribers.
Cos'è FMTC Chrome Browser Extension?
FMTC Chrome Browser Extension è un'estensione di Chrome sviluppata da admin, e la sua funzione principale è "The FMTC Chrome Browser Extension is a tool for existing FMTC subscribers.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione FMTC Chrome Browser Extension
Scarica i file di estensione FMTC Chrome Browser Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This browser extension allows FMTC subscribers to easily determine if a merchant is integrated into our directory. When a merchant is integrated, the user can see the directory info, restrictions (when applicable), subscriber network integration status and recent deals. If the merchant allows deep links, the subscriber can create deep links from the extension. There is also a feedback feature that allows subscribers to provided feedback or suggest additional merchants for integration.
Informazioni di Base sull'Estensione
Nome | FMTC Chrome Browser Extension |
ID | fgkdpiapiflpdhadiipkkmjpgikbajhp |
URL Ufficiale | https://chromewebstore.google.com/detail/fmtc-chrome-browser-exten/fgkdpiapiflpdhadiipkkmjpgikbajhp |
Descrizione | The FMTC Chrome Browser Extension is a tool for existing FMTC subscribers. |
Dimensione del File | 4.48 MB |
Conteggio Installazioni | 79 |
Versione Corrente | 20230207 |
Ultimo Aggiornamento | 2024-02-02 |
Data di Pubblicazione | 2023-02-09 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | admin |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.fmtc.co/ |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "FMTC Chrome Browser Extension", "version": "3.0.2", "version_name": "20230207", "description": "The FMTC Chrome Browser Extension is a tool for existing FMTC subscribers.", "icons": { "128": "images\/icon16.png", "46": "images\/icon48.png", "16": "images\/icon128.png" }, "action": { "default_icon": "\/images\/icon16.png", "default_popup": "popup.html" }, "background": { "service_worker": "background.js", "module": false }, "permissions": [ "activeTab" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |