Internet Marketing Bar
Build Custom Audiences, Create Amazing Posts, and more.
What is Internet Marketing Bar?
Internet Marketing Bar is a Chrome extension developed by ecanning5, and its main feature is "Build Custom Audiences, Create Amazing Posts, and more.".
Download Internet Marketing Bar Extension CRX File
Download Internet Marketing Bar 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 | dhijnmmpipndmnpkhpbigejkhmlnlcap |
Official URL | https://chrome.google.com/webstore/detail/internet-marketing-bar/dhijnmmpipndmnpkhpbigejkhmlnlcap |
Description | Build Custom Audiences, Create Amazing Posts, and more. |
File Size | 53.55 KB |
Installation Count | 202 |
Current Version | 1.0 |
Last Updated | 2014-03-27 |
Publish Date | 2014-03-27 |
Rating | 3.23/5 Total 13 Ratings |
Developer | ecanning5 |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Internet Marketing Bar", "manifest_version": 2, "version": "1.0", "description": "Build Custom Audiences, Create Amazing Posts, and more.", "background": { "scripts": [ "utility_functions.js" ], "persistent": false }, "icons": { "16": "images\/GB-19.png", "48": "images\/GB-48.png", "128": "images\/GB-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "exclude_matches": [ "https:\/\/www.facebook.com\/login*" ], "js": [ "jquery-1.7.min.js", "insertion.js" ] } ], "content_security_policy": "script-src https:\/\/internetmarketingbar.com https:\/\/bar.internetmarketingbar.com 'self' ; object-src 'self'", "browser_action": { "default_icon": "images\/GB-19.png", "default_title": "Internet Marketing Bar" }, "web_accessible_resources": [], "permissions": [ "tabs", "notifications", "http:\/\/*\/", "clipboardWrite", "activeTab", "unlimitedStorage" ] } |