Add To Traackr

This extension shows a grid of Influencers from the current page that you can add to your Traackr Account.

Add To Traackrคืออะไร?

Add To Traackr เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://traackr.com และคุณลักษณะหลักของมันคือ "This extension shows a grid of Influencers from the current page that you can add to your Traackr Account."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Add To Traackr

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

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

                        This extension lets you add people to your Traackr account from anywhere on the web (including social networks, blogs, social listening platforms and more).                    

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

ชื่อ Add To Traackr Add To Traackr
ID fedlfkbhbllllpkekaajnklfemkkbmjk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/add-to-traackr/fedlfkbhbllllpkekaajnklfemkkbmjk
คำอธิบาย This extension shows a grid of Influencers from the current page that you can add to your Traackr Account.
ขนาดไฟล์ 93.34 KB
จำนวนการติดตั้ง 84
เวอร์ชันปัจจุบัน 0.5.9
อัปเดตครั้งล่าสุด 2018-08-22
วันที่เผยแพร่ 2018-08-22
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://traackr.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://addto.traackr.com/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Add To Traackr",
    "description": "This extension shows a grid of Influencers from the current page that you can add to your Traackr Account.",
    "version": "0.5.9",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "\/main.js",
        "\/main.js.map"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "activeTab",
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.twitter.com\/"
    ],
    "icons": {
        "16": "icon-bitty.png",
        "48": "icon-small.png",
        "128": "icon-large.png"
    }
}