Internet Marketing Bar
Build Custom Audiences, Create Amazing Posts, and more.
Internet Marketing Bar là gì?
Internet Marketing Bar là một tiện ích mở rộng Chrome được phát triển bởi ecanning5, và tính năng chính của nó là "Build Custom Audiences, Create Amazing Posts, and more.".
Tải xuống tệp CRX của tiện ích mở rộng Internet Marketing Bar
Tải xuống các tệp mở rộng Internet Marketing Bar dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ![]() |
ID | dhijnmmpipndmnpkhpbigejkhmlnlcap |
URL Chính Thức | https://chrome.google.com/webstore/detail/internet-marketing-bar/dhijnmmpipndmnpkhpbigejkhmlnlcap |
Mô tả | Build Custom Audiences, Create Amazing Posts, and more. |
Kích Thước Tệp | 53.55 KB |
Số Lần Cài Đặt | 202 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2014-03-27 |
Ngày Phát Hành | 2014-03-27 |
Đánh Giá | 3.23/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | ecanning5 |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |