Instagram Hashtag Hunter - GrowMeOrganic
Find the right hashtag tailored for your Instagram profile. Analyse the competition & get the related hashtags.
Instagram Hashtag Hunter - GrowMeOrganic là gì?
Instagram Hashtag Hunter - GrowMeOrganic là một tiện ích mở rộng Chrome được phát triển bởi https://www.growmeorganic.com, và tính năng chính của nó là "Find the right hashtag tailored for your Instagram profile. Analyse the competition & get the related hashtags.".
Ả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 Instagram Hashtag Hunter - GrowMeOrganic
Tải xuống các tệp mở rộng Instagram Hashtag Hunter - GrowMeOrganic 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
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! 😉
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hehnbhopemdjobmnhpcnldfgldmiifpa |
URL Chính Thức | https://chrome.google.com/webstore/detail/instagram-hashtag-hunter/hehnbhopemdjobmnhpcnldfgldmiifpa |
Mô tả | Find the right hashtag tailored for your Instagram profile. Analyse the competition & get the related hashtags. |
Kích Thước Tệp | 177 KB |
Số Lần Cài Đặt | 436 |
Phiên Bản Hiện Tại | 0.1.1 |
Cập Nhật Lần Cuối | 2021-06-21 |
Ngày Phát Hành | 2021-06-15 |
Đánh Giá | 4.75/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://www.growmeorganic.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.growmeorganic.com/product/instagram-hashtag-hunter |
URL Trang Chính Sách Bảo Mật | https://www.growmeorganic.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |