FMTC Chrome Browser Extension
The FMTC Chrome Browser Extension is a tool for existing FMTC subscribers.
FMTC Chrome Browser Extensionคืออะไร?
FMTC Chrome Browser Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย admin และคุณลักษณะหลักของมันคือ "The FMTC Chrome Browser Extension is a tool for existing FMTC subscribers."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FMTC Chrome Browser Extension
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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:\/\/*\/*" ] } |