Mapp Acquire
This extension enriches Mapp Acquire's user interface capabilities.
Wat is Mapp Acquire?
Mapp Acquire is een Chrome-extensie ontwikkeld door Mapp Acquire, en de belangrijkste functie is "This extension enriches Mapp Acquire's user interface capabilities.".
Extensie Screenshots
Download het CRX-bestand van de extensie Mapp Acquire
Download Mapp Acquire-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension improves user experience by providing features like visual CSS path selection on websites for the Mapp Acquire pixel builder.
Basisinformatie over de Extensie
Naam | Mapp Acquire |
ID | djfhmicmnegdmcbaoekpjfhkglpmfggp |
Officiële URL | https://chromewebstore.google.com/detail/mapp-acquire/djfhmicmnegdmcbaoekpjfhkglpmfggp |
Beschrijving | This extension enriches Mapp Acquire's user interface capabilities. |
Bestandsgrootte | 45.71 KB |
Aantal Installaties | 67 |
Huidige Versie | 0.0.4 |
Laatst Bijgewerkt | 2021-12-04 |
Publicatiedatum | 2021-12-04 |
Ontwikkelaar | Mapp Acquire |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://platform.flxone.com |
URL van de Privacybeleid Pagina | https://mapp.com/privacy |
Ondersteunde Talen | 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\/*" ] } } |