Hashtag ToolTips

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

Hashtag ToolTips क्या है?

Hashtag ToolTips Chaitanya Arora द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Analytical Tool that reflects the count of followers of Hashtags to enhance your posts for better reach."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Hashtag ToolTips एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}