Instagram Hashtag Hunter - GrowMeOrganic
Find the right hashtag tailored for your Instagram profile. Analyse the competition & get the related hashtags.
Wat is Instagram Hashtag Hunter - GrowMeOrganic?
Instagram Hashtag Hunter - GrowMeOrganic is een Chrome-extensie ontwikkeld door https://www.growmeorganic.com, en de belangrijkste functie is "Find the right hashtag tailored for your Instagram profile. Analyse the competition & get the related hashtags.".
Extensie Screenshots
Download het CRX-bestand van de extensie Instagram Hashtag Hunter - GrowMeOrganic
Download Instagram Hashtag Hunter - GrowMeOrganic-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! 😉
Basisinformatie over de Extensie
Naam | |
ID | hehnbhopemdjobmnhpcnldfgldmiifpa |
Officiële URL | https://chrome.google.com/webstore/detail/instagram-hashtag-hunter/hehnbhopemdjobmnhpcnldfgldmiifpa |
Beschrijving | Find the right hashtag tailored for your Instagram profile. Analyse the competition & get the related hashtags. |
Bestandsgrootte | 177 KB |
Aantal Installaties | 436 |
Huidige Versie | 0.1.1 |
Laatst Bijgewerkt | 2021-06-21 |
Publicatiedatum | 2021-06-15 |
Beoordeling | 4.75/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://www.growmeorganic.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.growmeorganic.com/product/instagram-hashtag-hunter |
URL van de Privacybeleid Pagina | https://www.growmeorganic.com/privacy-policy |
Ondersteunde Talen | 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'" } |