Internet Marketing Bar
Build Custom Audiences, Create Amazing Posts, and more.
Internet Marketing Bar क्या है?
Internet Marketing Bar ecanning5 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Build Custom Audiences, Create Amazing Posts, and more."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Internet Marketing Bar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | ![]() |
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" ] } |