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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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\/*" ] } } |