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 là gì?

Add To Traackr là một tiện ích mở rộng Chrome được phát triển bởi https://traackr.com, và tính năng chính của nó là "This extension shows a grid of Influencers from the current page that you can add to your Traackr Account.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Add To Traackr

Tải xuống các tệp mở rộng Add To Traackr 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

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Add To Traackr Add To Traackr
ID fedlfkbhbllllpkekaajnklfemkkbmjk
URL Chính Thức https://chromewebstore.google.com/detail/add-to-traackr/fedlfkbhbllllpkekaajnklfemkkbmjk
Mô tả This extension shows a grid of Influencers from the current page that you can add to your Traackr Account.
Kích Thước Tệp 93.34 KB
Số Lần Cài Đặt 84
Phiên Bản Hiện Tại 0.5.9
Cập Nhật Lần Cuối 2018-08-22
Ngày Phát Hành 2018-08-22
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://traackr.com
Loại Thanh Toán free
Trang Web Mở Rộng https://addto.traackr.com/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}