Hashtag ToolTips

Analytical Tool that reflects the count of followers of Hashtags to enhance your posts for better reach.

Hashtag ToolTipsคืออะไร?

Hashtag ToolTips เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Chaitanya Arora และคุณลักษณะหลักของมันคือ "Analytical Tool that reflects the count of followers of Hashtags to enhance your posts for better reach."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hashtag ToolTips

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

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

                        Choose the best hashtags on while you post, with real-time follower count and easy to use search bar integration and boost your posts.

Some of the features include:-
☑️ Follower Count on Hashtag suggestions while typing
☑️ Dedicated Button to get a count for all hashtags used in the post
☑️ Search Bar to get followers of a particular hashtag
☑️ No cap on the number of hashtags you search
☑️ Gets follower count instantly

This chrome extension can be used to:-
🚀 Reach the right target audience easily.
🚀 Expand your network.
🚀 Choose appropriate hashtags.
🚀 Increase the reach of your post beyond your connections.                    

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

ชื่อ Hashtag ToolTips Hashtag ToolTips
ID nkjmngaageipgkolfkappfdckbiehmha
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hashtag-tooltips/nkjmngaageipgkolfkappfdckbiehmha
คำอธิบาย Analytical Tool that reflects the count of followers of Hashtags to enhance your posts for better reach.
ขนาดไฟล์ 55.23 KB
จำนวนการติดตั้ง 617
เวอร์ชันปัจจุบัน 0.1.0.2
อัปเดตครั้งล่าสุด 2022-08-08
วันที่เผยแพร่ 2022-07-27
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Chaitanya Arora
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://forms.gle/GBnTAf6r7qyCzE5N9
ภาษาที่รองรับ de,en,fr,nl,es,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "0.1.0.2",
    "default_locale": "en",
    "icons": {
        "32": "images\/32x32.png",
        "48": "images\/48x48.png",
        "16": "images\/16x16.png",
        "128": "images\/128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "action": {
        "default_title": "Hashtag ToolTips",
        "default_popup": "popup.html",
        "default_icon": {
            "32": "images\/32x32.png",
            "16": "images\/16x16.png",
            "48": "images\/48x48.png",
            "128": "images\/128x128.png"
        }
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}