FMTC Chrome Browser Extension
The FMTC Chrome Browser Extension is a tool for existing FMTC subscribers.
What is FMTC Chrome Browser Extension?
FMTC Chrome Browser Extension is a Chrome extension developed by admin, and its main feature is "The FMTC Chrome Browser Extension is a tool for existing FMTC subscribers.".
Extension Screenshots
Download FMTC Chrome Browser Extension Extension CRX File
Download FMTC Chrome Browser Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | FMTC Chrome Browser Extension |
ID | fgkdpiapiflpdhadiipkkmjpgikbajhp |
Official URL | https://chromewebstore.google.com/detail/fmtc-chrome-browser-exten/fgkdpiapiflpdhadiipkkmjpgikbajhp |
Description | The FMTC Chrome Browser Extension is a tool for existing FMTC subscribers. |
File Size | 4.48 MB |
Installation Count | 79 |
Current Version | 20230207 |
Last Updated | 2024-02-02 |
Publish Date | 2023-02-09 |
Rating | 5.00/5 Total 1 Ratings |
Developer | admin |
[email protected] | |
Payment Type | free |
Extension Website | https://www.fmtc.co/ |
Supported Languages | 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:\/\/*\/*" ] } |