Mapp Acquire
This extension enriches Mapp Acquire's user interface capabilities.
Co je Mapp Acquire?
Mapp Acquire je rozšíření Chrome vyvinuté Mapp Digital, a jeho hlavní funkcí je „This extension enriches Mapp Acquire's user interface capabilities.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Mapp Acquire
Stáhněte si soubory rozšíření Mapp Acquire ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Mapp Acquire |
ID | adhiaibbkbbpjbcabkeelhgmpbidinbk |
Oficiální URL | https://chromewebstore.google.com/detail/mapp-acquire/adhiaibbkbbpjbcabkeelhgmpbidinbk |
Popis | This extension enriches Mapp Acquire's user interface capabilities. |
Velikost souboru | 45.71 KB |
Počet instalací | 45 |
Aktuální Verze | 0.0.4 |
Poslední Aktualizace | 2021-07-06 |
Datum Vydání | 2020-09-18 |
Vývojář | Mapp Digital |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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\/*" ] } } |