Popsters Addon for Twitter analysis
The extension provides additional abilities to Popsters analytics tool
Popsters Addon for Twitter analysis란 무엇입니까?
Popsters Addon for Twitter analysis은(는) https://popsters.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The extension provides additional abilities to Popsters analytics tool"입니다.
확장 프로그램 스크린샷
Popsters Addon for Twitter analysis 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The extension enhances the Popsters analytics tool's capabilities specifically for Twitter. It facilitates the collection and analysis of tweets and seamlessly transfers them to the tool. This enables comprehensive engagement rate calculations, report exports, and more. There's no manual activation needed for this extension. It kicks into action automatically when you attempt to analyze relevant Twitter pages within the tool.
확장 프로그램 기본 정보
이름 | Popsters Addon for Twitter analysis |
ID | oabejkcoehheailplgpfogpjlgnkfkdb |
공식 URL | https://chromewebstore.google.com/detail/popsters-addon-for-twitte/oabejkcoehheailplgpfogpjlgnkfkdb |
설명 | The extension provides additional abilities to Popsters analytics tool |
파일 크기 | 40.53 KB |
설치 횟수 | 1,261 |
현재 버전 | 0.1.5 |
최근 업데이트 | 2023-08-17 |
출시 날짜 | 2019-04-16 |
평점 | 4.11/5 총 9 개의 평점 |
개발자 | 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.5", "manifest_version": 2, "default_locale": "en", "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "permissions": [ "https:\/\/twitter.com\/*", "https:\/\/popsters.ru\/*", "https:\/\/popsters.com\/*", "https:\/\/demos.popsters.ru\/*", "http:\/\/localhost:8080\/*", "webRequest", "webRequestBlocking" ], "background": { "scripts": [ "scripts\/background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "http:\/\/localhost:8080\/*", "https:\/\/demos.popsters.ru\/*", "https:\/\/popsters.com\/*", "https:\/\/popsters.ru\/*" ], "js": [ "scripts\/content.js" ] } ], "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "Popsters Twitter Loader Extension" } } |