Popsters Addon for Tiktok analysis
The extension provides additional abilities to Popsters analytics tool
Qu'est-ce que Popsters Addon for Tiktok analysis ?
Popsters Addon for Tiktok analysis est une extension Chrome développée par https://popsters.com, et sa fonction principale est "The extension provides additional abilities to Popsters analytics tool".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Popsters Addon for Tiktok analysis
Téléchargez les fichiers d'extension Popsters Addon for Tiktok analysis au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Popsters Addon for Tiktok analysis |
ID | kokkcakjpobjcccjgkfjdhhnlieppmje |
URL Officiel | https://chromewebstore.google.com/detail/popsters-addon-for-tiktok/kokkcakjpobjcccjgkfjdhhnlieppmje |
Description | The extension provides additional abilities to Popsters analytics tool |
Taille du Fichier | 35.05 KB |
Nombre d'Installations | 2,298 |
Version Actuelle | 0.1.9 |
Dernière Mise à Jour | 2023-08-02 |
Date de Publication | 2021-04-30 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | https://popsters.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://popsters.com |
URL de la Page d'Aide | https://popsters.com |
URL de la Page de Politique de Confidentialité | https://popsters.ru/app/docs/Privacy_policy.pdf |
Langues Prises en Charge | 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" } } |