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 |
| 官方網址 | 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"
]
} | |