Curate: Hashtag Tool
Find niche hashtags to use for your content as you browse using personalized analytics based on your posts
Curate: Hashtag Tool란 무엇입니까?
Curate: Hashtag Tool은(는) http://curate-app.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find niche hashtags to use for your content as you browse using personalized analytics based on your posts"입니다.
확장 프로그램 스크린샷
Curate: Hashtag Tool 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | |
ID | kaciibbjapmkkkdfmjfkceljefnghmbb |
공식 URL | https://chrome.google.com/webstore/detail/curate-hashtag-tool/kaciibbjapmkkkdfmjfkceljefnghmbb |
설명 | Find niche hashtags to use for your content as you browse using personalized analytics based on your posts |
파일 크기 | 395 KB |
설치 횟수 | 313 |
현재 버전 | 4.2.0 |
최근 업데이트 | 2021-05-05 |
출시 날짜 | 2020-07-09 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | http://curate-app.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://curate-app.com |
도움말 페이지 URL | https://help.curate-app.com |
개인정보 보호 정책 페이지 URL | https://curate-app.com/privacy |
지원되는 언어 | 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" } |