Mapp Acquire
This extension enriches Mapp Acquire's user interface capabilities.
Mapp Acquireคืออะไร?
Mapp Acquire เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mapp Digital และคุณลักษณะหลักของมันคือ "This extension enriches Mapp Acquire's user interface capabilities."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mapp Acquire
ดาวน์โหลดไฟล์ส่วนขยาย Mapp Acquire ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension enriches Mapp Acquire's user interface capabilities. It makes the product easier to use by non-technical users, e.g. to select css paths on websites.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Mapp Acquire |
ID | adhiaibbkbbpjbcabkeelhgmpbidinbk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/mapp-acquire/adhiaibbkbbpjbcabkeelhgmpbidinbk |
คำอธิบาย | This extension enriches Mapp Acquire's user interface capabilities. |
ขนาดไฟล์ | 45.71 KB |
จำนวนการติดตั้ง | 45 |
เวอร์ชันปัจจุบัน | 0.0.4 |
อัปเดตครั้งล่าสุด | 2021-07-06 |
วันที่เผยแพร่ | 2020-09-18 |
ผู้พัฒนา | Mapp Digital |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mapp Acquire", "version": "0.0.4", "manifest_version": 2, "description": "This extension enriches Mapp Acquire's user interface capabilities.", "homepage_url": "https:\/\/mapp.com", "icons": { "128": "icons\/icon128.png" }, "browser_action": { "default_title": "Mapp Acquire", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/*\/*" ], "content_security_policy": "default-src 'self';", "content_scripts": [ { "matches": [ "http:\/\/localhost:4200\/*", "http:\/\/flxviz.localhost\/*", "https:\/\/*\/*" ], "js": [ "js\/content.js" ], "css": [ "css\/mapp-acquire.css" ], "all_frames": true } ], "externally_connectable": { "matches": [ "http:\/\/localhost:4200\/*", "http:\/\/flxviz.localhost\/*", "http:\/\/flxviz.localhost:4200\/*", "https:\/\/beta.flxone.com\/*", "https:\/\/platform.flxone.com\/*" ] } } |