Internet Marketing Bar
Build Custom Audiences, Create Amazing Posts, and more.
什么是Internet Marketing Bar?
Internet Marketing Bar是由ecanning5开发的Chrome扩展程序,该扩展的主要功能是“Build Custom Audiences, Create Amazing Posts, and more.”。
下载Internet Marketing Bar扩展crx文件
下载Internet Marketing Bar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| ID | dhijnmmpipndmnpkhpbigejkhmlnlcap |
| 官方URL | https://chrome.google.com/webstore/detail/internet-marketing-bar/dhijnmmpipndmnpkhpbigejkhmlnlcap |
| 简介 | Build Custom Audiences, Create Amazing Posts, and more. |
| 文件大小 | 53.55 KB |
| 安装次数 | 202 |
| 当前版本 | 1.0 |
| 更新时间 | 2014-03-27 |
| 上架时间 | 2014-03-27 |
| 评分 | 3.23/5 共13次评分 |
| 开发者 | ecanning5 |
| 付费类型 | free |
| 支持的语言 | 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"
]
} | |