Instagram Hashtag Hunter - GrowMeOrganic

Find the right hashtag tailored for your Instagram profile. Analyse the competition & get the related hashtags.

Instagram Hashtag Hunter - GrowMeOrganic란 무엇입니까?

Instagram Hashtag Hunter - GrowMeOrganic은(는) https://www.growmeorganic.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find the right hashtag tailored for your Instagram profile. Analyse the competition & get the related hashtags."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Instagram Hashtag Hunter - GrowMeOrganic 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        With GrowMeOrganic Hashtag Hunter, you can find the hashtag that can help ranking you on the top post of a hashtag page in Instagram. 

How It Works:

1. Add the free extension to your browser.

2. Go to any Instagram hashtag page (e.g. https://www.instagram.com/explore/tags/photography/)

3. Now, GrowMeOrganic will show you the average engagement you need to rank on this hashtag + more AI based metrics to choose the right hashtag for yourself. 

Done! Use these hashtags in your post and see the results yourself. And it all comes for FREE! 😉                    

확장 프로그램 기본 정보

이름 Instagram Hashtag Hunter - GrowMeOrganic Instagram Hashtag Hunter - GrowMeOrganic
ID hehnbhopemdjobmnhpcnldfgldmiifpa
공식 URL https://chrome.google.com/webstore/detail/instagram-hashtag-hunter/hehnbhopemdjobmnhpcnldfgldmiifpa
설명 Find the right hashtag tailored for your Instagram profile. Analyse the competition & get the related hashtags.
파일 크기 177 KB
설치 횟수 436
현재 버전 0.1.1
최근 업데이트 2021-06-21
출시 날짜 2021-06-15
평점 4.75/5 총 4 개의 평점
개발자 https://www.growmeorganic.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.growmeorganic.com/product/instagram-hashtag-hunter
개인정보 보호 정책 페이지 URL https://www.growmeorganic.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Instagram Hashtag Hunter - GrowMeOrganic",
    "version": "0.1.1",
    "description": "Find the right hashtag tailored for your Instagram profile. Analyse the competition & get the related hashtags.",
    "permissions": [
        "https:\/\/www.instagram.com\/*",
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "assets\/logo\/hashtag-16.png",
        "32": "assets\/logo\/hashtag-32.png",
        "64": "assets\/logo\/hashtag-64.png",
        "128": "assets\/logo\/hashtag-128.png"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                "app.js"
            ],
            "css": [
                "gmo_style.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2",
        "chat.html",
        "assets\/gmo_icon.png"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/wchat.in.freshchat.com\/;  object-src 'self'"
}