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 là gì?
BrandMaxima Instagram Hashtag Analytics là một tiện ích mở rộng Chrome được phát triển bởi https://brandmaxima.com, và tính năng chính của nó là "BrandMaxima is a leading Social Media Intelligence and Analytics platform built for Social Marketing Professionals, Agencies and…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng BrandMaxima Instagram Hashtag Analytics
Tải xuống các tệp mở rộng BrandMaxima Instagram Hashtag Analytics dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | BrandMaxima Instagram Hashtag Analytics |
ID | ljkdakphhiofpphipdoiimmejhhokgdb |
URL Chính Thức | https://chromewebstore.google.com/detail/brandmaxima-instagram-has/ljkdakphhiofpphipdoiimmejhhokgdb |
Mô tả | BrandMaxima is a leading Social Media Intelligence and Analytics platform built for Social Marketing Professionals, Agencies and… |
Kích Thước Tệp | 703 KB |
Số Lần Cài Đặt | 557 |
Phiên Bản Hiện Tại | 1.0.14 |
Cập Nhật Lần Cuối | 2020-02-23 |
Ngày Phát Hành | 2020-02-23 |
Đánh Giá | 2.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://brandmaxima.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://brandmaxima.com |
URL Trang Trợ Giúp | https://support.brandmaxima.com |
URL Trang Chính Sách Bảo Mật | https://brandmaxima.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |