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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.growmeorganic.com, και η κύρια λειτουργία του είναι "Find the right hashtag tailored for your Instagram profile. Analyse the competition & get the related hashtags.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Instagram Hashtag Hunter - GrowMeOrganic
Λήψη αρχείων επέκτασης Instagram Hashtag Hunter - GrowMeOrganic σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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! 😉
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
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'" } |