Curate: Hashtag Tool
Find niche hashtags to use for your content as you browse using personalized analytics based on your posts
Qu'est-ce que Curate: Hashtag Tool ?
Curate: Hashtag Tool est une extension Chrome développée par http://curate-app.com, et sa fonction principale est "Find niche hashtags to use for your content as you browse using personalized analytics based on your posts".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Curate: Hashtag Tool
Téléchargez les fichiers d'extension Curate: Hashtag Tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
When it came time to finding new hashtags for any of my accounts, this was my general approach: * Go to Instagram in my browser on my laptop * Pick a single hashtag that was relevant to my niche/account and go to that hashtag’s page * Click on posts that I liked, see what hashtags they used and open any of the potential hashtags that I may want to use in a new tab. * I would also see if there were any decent ones in the Related Hashtags section and open any that seemed like they had potential in a new tab. * After a while, I would have a ton of tabs open with hashtags to use. Going through each tab, I would make sure the hashtag was actually relevant to my content, check the post count, make sure it wasn’t shadowbanned, etc. This system worked pretty well and allowed me to intentionally select the best hashtags for any content that I produced. There were some problems though… 😩 * When I found hashtags that I thought were good to use I would have to copy/paste them into a spreadsheet or planning tool to keep track of. * I didn’t know which hashtags were ones I had already used or were brand new to me. There were simply too many to keep track of. * If I was trying to find a certain number of hashtags for a post, I didn’t know which hashtags I had already selected to use and how many I had collected. * I was unsure how much I was using the same hashtags over and over again and how much I was varying my hashtag selection. Thankfully those are now problems of the past with the release of the new Curate Chrome Extension. 🥳 Now you can have personalized hashtag statistics overlaid on Instagram as you browse. Select your hashtags for each post, track your usage for every hashtag and follow your hashtag strategies faster than ever possible before. Want to get a closer look?! 🤓 Check out our write up with screenshots and detailed walkthroughs on how to use the Chrome Extension: https://www.blog.curate-app.com/get-personalized-hashtag-statistics-on-instagram-as-you-browse --- The Chrome Extension is now available for free today for anyone using Curate to manage their hashtags. 🎉 Start to discover your niche hashtags faster than ever. Happy browsing! ✌️ --- Need even more help with how to use the Chrome Extension? 😦 Visit our Help Center: https://help.curate-app.com
Informations de Base sur l'Extension
Nom | |
ID | kaciibbjapmkkkdfmjfkceljefnghmbb |
URL Officiel | https://chrome.google.com/webstore/detail/curate-hashtag-tool/kaciibbjapmkkkdfmjfkceljefnghmbb |
Description | Find niche hashtags to use for your content as you browse using personalized analytics based on your posts |
Taille du Fichier | 395 KB |
Nombre d'Installations | 313 |
Version Actuelle | 4.2.0 |
Dernière Mise à Jour | 2021-05-05 |
Date de Publication | 2020-07-09 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | http://curate-app.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://curate-app.com |
URL de la Page d'Aide | https://help.curate-app.com |
URL de la Page de Politique de Confidentialité | https://curate-app.com/privacy |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Curate: Hashtag Tool", "version": "4.2.0", "author": "Curate App, LLC", "offline_enabled": false, "manifest_version": 2, "description": "Find niche hashtags to use for your content as you browse using personalized analytics based on your posts", "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/*", "https:\/\/curate-app.com\/*", "http:\/\/localhost:3000\/*" ], "js": [ "zepto.js", "content.js" ] } ], "background": { "scripts": [ "zepto.js", "background.js" ], "persistent": false }, "browser_action": { "default_title": "Curate: Hashtag Tool" }, "icons": { "16": "icons\/logo_16.png", "48": "icons\/logo_48.png", "128": "icons\/logo_128.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+Shift+A", "mac": "Command+Shift+A", "chromeos": "Ctrl+Shift+A", "linux": "Ctrl+Shift+A" } } }, "web_accessible_resources": [ "page.js", "zepto.js", "scrape.js", "fonts\/*.*", "icons\/warning_orange.png", "icons\/selected_add.png", "icons\/selected_add_disabled.png", "icons\/selected_check.png" ], "permissions": [ "tabs", "storage", "cookies", "contextMenus", "*:\/\/*.curate-app.com\/*", "*:\/\/*.localhost\/*" ], "externally_connectable": { "matches": [ "*:\/\/*.curate-app.com\/*", "*:\/\/localhost\/*" ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkJyAYFMFXQWrusSdmUXyPoc5NBQ\/TRdrb6LTMmw2\/gAEekqX3MaTGrCWB\/y0gkPt2\/13+ZhgEOjI3MFVdu+LKpBq8vbmv1ftB6uzvIVd3WLlZsjZPah+YCTqgNtgE7iD22LxqixnuB97i3prXYBwAiZTnlaevkSOnBc8Rp+8iD4ZfG5zObbG+Ubpjy+zQOfi6WYhsvhRjZKfgNc5gSup5mDLv3pNrH8o6NdkcQK11fVBtdqNVafYhw+AS8pAoH7XRfcuvFHjsbzHjIJuNhWrmDcvLDdlVAfneWIV+I7p\/mIfvD4WMVaJJEm1Mx0MQDvaPEr7wTWecK5YF4x\/wrR62wIDAQAB" } |