BrandMaxima Instagram Hashtag Analytics

BrandMaxima is a leading Social Media Intelligence and Analytics platform built for Social Marketing Professionals, Agencies and…

BrandMaxima Instagram Hashtag Analytics란 무엇입니까?

BrandMaxima Instagram Hashtag Analytics은(는) https://brandmaxima.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "BrandMaxima is a leading Social Media Intelligence and Analytics platform built for Social Marketing Professionals, Agencies and…"입니다.

확장 프로그램 스크린샷

BrandMaxima Instagram Hashtag Analytics 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        BrandMaxima is a leading Social Media Intelligence and Analytics platform built for Social Marketing Professionals, Agencies and Brands. BrandMaxima's SaaS platform provides actionable insights about over 50 Million Social Media Accounts worldwide in Twitter, Facebook and YouTube platforms. 

BrandMaxima's Instagram #Hashtag tracker and Analytics is a FREE Google Chrome Extension which provides instant analytics report for any #Hashtag or keyword. Here is the list of important metrics available for #hashtag and keyword with this extension

1) Potential Reach
2) Timeline Distribution
3) Top Tweets
4) Top Contributors 
5) Demography Analysis
6) Sentiment Analysis
7) Related Hashtags
8) Related Keywords
9) Top Mentions
9) Influencer Analysis
10) Geographical Analysis
11) Text and Media tweets distribution
12) Linked Stories                    

확장 프로그램 기본 정보

이름 BrandMaxima Instagram Hashtag Analytics BrandMaxima Instagram Hashtag Analytics
ID ljkdakphhiofpphipdoiimmejhhokgdb
공식 URL https://chromewebstore.google.com/detail/brandmaxima-instagram-has/ljkdakphhiofpphipdoiimmejhhokgdb
설명 BrandMaxima is a leading Social Media Intelligence and Analytics platform built for Social Marketing Professionals, Agencies and…
파일 크기 703 KB
설치 횟수 557
현재 버전 1.0.14
최근 업데이트 2020-02-23
출시 날짜 2020-02-23
평점 2.00/5 총 1 개의 평점
개발자 https://brandmaxima.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://brandmaxima.com
도움말 페이지 URL https://support.brandmaxima.com
개인정보 보호 정책 페이지 URL https://brandmaxima.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BrandMaxima Instagram Hashtag Analytics",
    "short_name": "Instagram Hashtag Analytics",
    "version": "1.0.14",
    "description": "",
    "homepage_url": "https:\/\/brandmaxima.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "webNavigation",
        "*:\/\/www.instagram.com\/*",
        "*:\/\/brandmaxima.com\/*",
        "storage"
    ],
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "BrandMaxima Instagram Analytics",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "web_accessible_resources": [
        "icons\/brandmaxima-icon.png",
        "images\/trending.png",
        "images\/tweets.png",
        "images\/bm-load.gif-c200",
        "images\/collapse.png",
        "images\/expand.png",
        "images\/eye.png",
        "images\/embed.png",
        "images\/referrer.png",
        "images\/login.png",
        "icons\/icon19.png"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/brandmaxima.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.instagram.com\/*"
            ],
            "css": [
                "css\/bm_custom.min.css",
                "css\/bootstrap.min.css"
            ]
        },
        {
            "matches": [
                "*:\/\/www.instagram.com\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/utils.min.js",
                "js\/content.min.js",
                "js\/bootstrap.min.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "js\/background.min.js",
            "js\/data.min.js"
        ],
        "persistent": true
    }
}