Mirabels Marketing Manager
Mirabels Marketing Manager official extension
What is Mirabels Marketing Manager?
Mirabels Marketing Manager is a Chrome extension developed by Mirabel Technologies Inc., and its main feature is "Mirabels Marketing Manager official extension".
Extension Screenshots
Download Mirabels Marketing Manager Extension CRX File
Download Mirabels Marketing Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | bocnpbnijeeopedaancibbplnofomhfh |
Official URL | https://chrome.google.com/webstore/detail/mirabels-marketing-manage/bocnpbnijeeopedaancibbplnofomhfh |
Description | Mirabels Marketing Manager official extension |
File Size | 859 KB |
Installation Count | 142 |
Current Version | 2.5.9 |
Last Updated | 2019-06-19 |
Publish Date | 2019-06-19 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Mirabel Technologies Inc. |
Payment Type | in_app |
Extension Website | http://www.mirabelsmarketingmanager.com/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mirabels Marketing Manager", "short_name": "Marketing Manager", "description": "Mirabels Marketing Manager official extension", "homepage_url": "http:\/\/www.mirabelsmarketingmanager.com\/", "version": "2.5.9", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "browser_action": { "default_icon": "icon.png", "default_title": "Mirabels Business Intelligence", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/bie.mirabelsmarketingmanager.com\/*" ], "all_frames": true, "js": [ "scripts\/jquery.min.js", "popup.js", "linkedin\/js\/underscore.min.js", "linkedin\/js\/linkedin-button.js", "linkedin\/js\/linkedin-data.js", "linkedin\/js\/linkedin-select-profile.js", "gmail\/js\/gmail-list.js" ] }, { "matches": [ "*:\/\/*.linkedin.com\/*", "*:\/\/mail.google.com\/*", "https:\/\/mail.google.com\/mail\/u\/*\/*", "*:\/\/apis.google.com\/*" ], "js": [ "scripts\/jquery.min.js", "linkedin\/js\/underscore.min.js", "linkedin\/js\/linkedin-data.js", "linkedin\/js\/linkedin-button.js", "linkedin\/js\/linkedin-select-profile.js", "linkedin\/js\/linkedin-popup.js", "gmail\/js\/gmail-list.js" ], "css": [ "css\/lib\/font-awesome.min.css", "css\/fonts.css", "linkedin\/css\/linkedin-popup.css", "linkedin\/css\/linkedin-search.css", "linkedin\/css\/linkedin-checkbox.css", "gmail\/css\/gmail-list.css" ] } ], "permissions": [ "tabs", "storage", "clipboardWrite", "http:\/\/bie.mirabelsmarketingmanager.com\/*", "*:\/\/*.linkedin.com\/*", "*:\/\/mail.google.com\/*", "https:\/\/mail.google.com\/mail\/u\/*\/*", "*:\/\/apis.google.com\/*" ], "web_accessible_resources": [ "assets\/img\/*", "fonts\/*" ], "externally_connectable": { "matches": [ "http:\/\/bie.mirabelsmarketingmanager.com\/*", "*:\/\/apis.google.com\/*" ] } } |