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."입니다.
확장 프로그램 스크린샷
FMTC Chrome Browser Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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 |
이메일 | [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:\/\/*\/*" ] } |