Impression Counter
Count the total activity of selected tweets.
Qu'est-ce que Impression Counter ?
Impression Counter est une extension Chrome développée par http://slogansocial.com, et sa fonction principale est "Count the total activity of selected tweets.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Impression Counter
Téléchargez les fichiers d'extension Impression Counter 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
Select multiple tweets to see their total impressions, engagements, and URL clicks. Click the extension icon in the top right to start selecting. *Must have Twitter analytics turned on* TIP: Select a tweet and shit+select a tweet below it to auto select all tweets in between!
Informations de Base sur l'Extension
Nom | |
ID | okdfhnhmohlnbmhikficilhigmjlaofd |
URL Officiel | https://chrome.google.com/webstore/detail/impression-counter/okdfhnhmohlnbmhikficilhigmjlaofd |
Description | Count the total activity of selected tweets. |
Taille du Fichier | 39.02 KB |
Nombre d'Installations | 27 |
Version Actuelle | 1.4.1 |
Dernière Mise à Jour | 2018-01-29 |
Date de Publication | 2018-01-29 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | http://slogansocial.com |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Impression Counter", "description": "Count the total activity of selected tweets.", "version": "1.4.1", "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "jquery-3.2.1.min.js", "content.js" ], "css": [ "content.css" ] } ] } |