Curate: Hashtag Tool
Find niche hashtags to use for your content as you browse using personalized analytics based on your posts
Cos'è Curate: Hashtag Tool?
Curate: Hashtag Tool è un'estensione di Chrome sviluppata da http://curate-app.com, e la sua funzione principale è "Find niche hashtags to use for your content as you browse using personalized analytics based on your posts".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Curate: Hashtag Tool
Scarica i file di estensione Curate: Hashtag Tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | kaciibbjapmkkkdfmjfkceljefnghmbb |
URL Ufficiale | https://chrome.google.com/webstore/detail/curate-hashtag-tool/kaciibbjapmkkkdfmjfkceljefnghmbb |
Descrizione | Find niche hashtags to use for your content as you browse using personalized analytics based on your posts |
Dimensione del File | 395 KB |
Conteggio Installazioni | 313 |
Versione Corrente | 4.2.0 |
Ultimo Aggiornamento | 2021-05-05 |
Data di Pubblicazione | 2020-07-09 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | http://curate-app.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://curate-app.com |
URL della Pagina di Aiuto | https://help.curate-app.com |
URL della Pagina della Politica sulla Privacy | https://curate-app.com/privacy |
Lingue Supportate | 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" } |