FMTC Chrome Browser Extension

The FMTC Chrome Browser Extension is a tool for existing FMTC subscribers.

FMTC Chrome Browser Extensionとは何ですか?

FMTC Chrome Browser Extensionはadminによって開発されたChromeの拡張機能で、その主な機能は「The FMTC Chrome Browser Extension is a tool for existing FMTC subscribers.」です。

拡張機能のスクリーンショット

screenshot

FMTC Chrome Browser Extension拡張機能のCRXファイルをダウンロード

FMTC Chrome Browser Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 FMTC Chrome Browser Extension FMTC Chrome Browser Extension
ID fgkdpiapiflpdhadiipkkmjpgikbajhp
公式URL https://chromewebstore.google.com/detail/fmtc-chrome-browser-exten/fgkdpiapiflpdhadiipkkmjpgikbajhp
説明 The FMTC Chrome Browser Extension is a tool for existing FMTC subscribers.
ファイルサイズ 4.48 MB
インストール数 79
現在のバージョン 20230207
最終更新日 2024-02-02
公開日 2023-02-09
評価 5.00/5 合計 1 レビュー
開発者 admin
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.fmtc.co/
対応言語 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:\/\/*\/*"
    ]
}