Twitgage - Engagement Calculator for Twitter

Experience the fastest way to calculate your total replies, retweets, favourites and engagement rate on any Twitter channel.

Twitgage - Engagement Calculator for Twitterคืออะไร?

Twitgage - Engagement Calculator for Twitter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rob Knowles และคุณลักษณะหลักของมันคือ "Experience the fastest way to calculate your total replies, retweets, favourites and engagement rate on any Twitter channel."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitgage - Engagement Calculator for Twitter

ดาวน์โหลดไฟล์ส่วนขยาย Twitgage - Engagement Calculator for Twitter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ★ NEW VERSION - JUNE 2017 ★

Twitgage is a free social crawler tool that allows you to easily keep track of your total number of engagements, including replies, retweets, and favourites from any given date and calculate your total engagement rate.

Adding Twitgage to Chrome means you will no longer have to spend countless hours adding up your engagements, as Twitgage will do this for you in usually less than a minute - with one simple click.

Want to keep track of your business' social metrics? No sweat. Want to see how your personal profile is doing? You can do that too. Want to see how your competitors are performing? Twitgage has got you covered, and they won't even know you were there.

★ Metric Calculator
Twitgage uses a scraper tool to scan through the desired profile's tweets (excluding any retweets) in the date range you choose and calculates all engagements - in less than the time it takes to make a cup of coffee.

★ Engagement Rate Calculator
Twitgage will fetch the number of a profile's total followers and using a smart calculator algorithm, will calculate the percentage of users that are engaging with their tweets in the date range you provided.

★ How It Works ★
  ➤ Navigate to (any) Twitter profile
  ➤ Click the Twitgage icon in the top corner of your browser
  ➤ Select the desired date you want to start the scan from
  ➤ Give Twitgage a minute or two while it does it's magic
  ➤ Notification card presents all statistics                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Twitgage - Engagement Calculator for Twitter Twitgage - Engagement Calculator for Twitter
ID cpipocjgmjmjnbnhghmdebmaikdkllfj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitgage-engagement-calcu/cpipocjgmjmjnbnhghmdebmaikdkllfj
คำอธิบาย Experience the fastest way to calculate your total replies, retweets, favourites and engagement rate on any Twitter channel.
ขนาดไฟล์ 280 KB
จำนวนการติดตั้ง 374
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2017-06-23
วันที่เผยแพร่ 2017-06-23
คะแนน 4.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Rob Knowles
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.robmknowles.com
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitgage - Engagement Calculator for Twitter",
    "description": "Experience the fastest way to calculate your total replies, retweets, favourites and engagement rate on any Twitter channel.",
    "version": "0.1",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Twitgage - Engagement Calculator for Twitter"
    },
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/cs_styles.css"
            ],
            "js": [
                "libs\/jquery-1.12.0.min.js",
                "scripts\/actions.js",
                "scripts\/tools.js",
                "scripts\/cs_bootstrap.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "libs\/jquery-1.12.0.min.js",
            "scripts\/actions.js",
            "scripts\/tools.js",
            "scripts\/bs_main.js"
        ]
    },
    "permissions": [
        "activeTab",
        "tabs",
        "",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "notifications"
    ],
    "web_accessible_resources": [
        "css\/cs_styles.css"
    ]
}