Internet Marketing Bar

Build Custom Audiences, Create Amazing Posts, and more.

Internet Marketing Barคืออะไร?

Internet Marketing Bar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ecanning5 และคุณลักษณะหลักของมันคือ "Build Custom Audiences, Create Amazing Posts, and more."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Internet Marketing Bar

ดาวน์โหลดไฟล์ส่วนขยาย Internet Marketing Bar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Internet Marketing Bar Internet Marketing Bar
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"
    ]
}