Popsters Addon for Tiktok analysis

The extension provides additional abilities to Popsters analytics tool

Popsters Addon for Tiktok analysis란 무엇입니까?

Popsters Addon for Tiktok analysis은(는) https://popsters.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The extension provides additional abilities to Popsters analytics tool"입니다.

확장 프로그램 스크린샷

screenshot

Popsters Addon for Tiktok analysis 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The extension provides additional abilities to Popsters analytics tool. It allows to collect and analyze posts in Tiktok and transfer them to the tool for analyzing and calculating Engagement Rate, reports exporting, etc.

The extension doesn't require launching. It works automatically if you try to analyze appropriate Tiktok pages in the tool.                    

확장 프로그램 기본 정보

이름 Popsters Addon for Tiktok analysis Popsters Addon for Tiktok analysis
ID kokkcakjpobjcccjgkfjdhhnlieppmje
공식 URL https://chromewebstore.google.com/detail/popsters-addon-for-tiktok/kokkcakjpobjcccjgkfjdhhnlieppmje
설명 The extension provides additional abilities to Popsters analytics tool
파일 크기 35.05 KB
설치 횟수 2,298
현재 버전 0.1.9
최근 업데이트 2023-08-02
출시 날짜 2021-04-30
평점 3.00/5 총 2 개의 평점
개발자 https://popsters.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://popsters.com
도움말 페이지 URL https://popsters.com
개인정보 보호 정책 페이지 URL https://popsters.ru/app/docs/Privacy_policy.pdf
지원되는 언어 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.1.9",
    "manifest_version": 2,
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "*:\/\/*.tiktok.com\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.tiktok.com\/*"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Popsters Tiktok Loader Extension"
    }
}