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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Analytical Tool that reflects the count of followers of Hashtags to enhance your posts for better reach."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Hashtag ToolTips 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}