Impression Counter
Count the total activity of selected tweets.
什麼是Impression Counter?
Impression Counter是由http://slogansocial.com開發的Chrome擴展程式,該擴展的主要功能是“Count the total activity of selected tweets.”。
擴展截圖
下載Impression Counter擴展crx文件
下載Impression Counter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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!
擴展基本資訊
名稱 | |
ID | okdfhnhmohlnbmhikficilhigmjlaofd |
官方網址 | https://chrome.google.com/webstore/detail/impression-counter/okdfhnhmohlnbmhikficilhigmjlaofd |
簡介 | Count the total activity of selected tweets. |
檔案大小 | 39.02 KB |
安裝次數 | 27 |
目前版本 | 1.4.1 |
更新時間 | 2018-01-29 |
上架時間 | 2018-01-29 |
評分 | 1.00/5 共 1 次評分 |
開發者 | http://slogansocial.com |
付費類型 | free |
支援的語言 | 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" ] } ] } |