Internet Marketing Bar
Build Custom Audiences, Create Amazing Posts, and more.
Co to jest Internet Marketing Bar?
Internet Marketing Bar to rozszerzenie Chrome opracowane przez ecanning5, a jego główną funkcją jest „Build Custom Audiences, Create Amazing Posts, and more.”.
Pobierz plik CRX rozszerzenia Internet Marketing Bar
Pobierz pliki rozszerzeń Internet Marketing Bar w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
Nazwa | ![]() |
ID | dhijnmmpipndmnpkhpbigejkhmlnlcap |
Oficjalny URL | https://chrome.google.com/webstore/detail/internet-marketing-bar/dhijnmmpipndmnpkhpbigejkhmlnlcap |
Opis | Build Custom Audiences, Create Amazing Posts, and more. |
Rozmiar pliku | 53.55 KB |
Liczba instalacji | 202 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2014-03-27 |
Data Publikacji | 2014-03-27 |
Ocena | 3.23/5 Łącznie 13 Oceny |
Deweloper | ecanning5 |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |