Hashtagify
Get hashtag stats, wherever you are!
Hashtagifyคืออะไร?
Hashtagify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hashtagify และคุณลักษณะหลักของมันคือ "Get hashtag stats, wherever you are!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hashtagify
ดาวน์โหลดไฟล์ส่วนขยาย Hashtagify ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
HASHTAGIFY - FIND, ANALYZE, AMPLIFY (3.0 beta) Maximize your social media strategy through hashtag marketing. Get real time suggestions on Twitter, enhance your social media content and amplify your message. Find the trending hashtags Hashtagify is the best Hashtag Search Engine around. We'll help you discover the most popular hashtags and make your social content more engaging through tailored suggestions - based on your Twitter profile. Better content Thanks to our plugin learning your hashtag's popularity will be very easy. While you're tweeting a quality score will come up and different colours will suggest you the best hashtags to use. Custom suggestions Want a long-tail hashtag or a more popular one? Check our suggestions out. Yep, you got it. Not only you’ll get a quality score, but you’ll also get suggestions about related hashtags for that topic, based on your own profile. So, you can find always better and new ways to amplify your message and stand out! Twitter and Instagram Hashtagify’s plugin works on Twitter only, for the time being. But you can get cool suggestions about Instagram posts anytime. Just visit https://hashtagify.me Remember you will need to track your Twitter account to make the plugin work. This will also ensure you in-depth data on your content performance. Not bad, uh? Note: we are currently in a beta version and constantly working to make it even better, so please feel free to drop us a line and share your feedback anytime. We'd love to hear from you! @hashtagify Powered by Cybranding Copyright © 2017 Cybranding, Inc. All Rights Reserved.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ogidkdcphamhkdbihpehmhmelodbliln |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/hashtagify/ogidkdcphamhkdbihpehmhmelodbliln |
คำอธิบาย | Get hashtag stats, wherever you are! |
ขนาดไฟล์ | 385 KB |
จำนวนการติดตั้ง | 1,000 |
เวอร์ชันปัจจุบัน | 0.2.0 |
อัปเดตครั้งล่าสุด | 2020-02-05 |
วันที่เผยแพร่ | 2020-02-05 |
คะแนน | 2.50/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Hashtagify |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://hashtagify.me |
URL หน้านโยบายความเป็นส่วนตัว | https://hashtagify.me/explorer/privacy_policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hashtagify", "description": "Get hashtag stats, wherever you are!", "version": "0.2.0", "browser_action": { "default_icon": "assets\/images\/icon.png", "default_popup": "popup.html" }, "icons": { "16": "assets\/images\/icon-16.png", "48": "assets\/images\/icon-48.png", "128": "assets\/images\/icon-128.png" }, "permissions": [ "storage", "webNavigation", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/hashtagify.me\/*", "https:\/\/hootsuite.com\/*" ], "css": [ "assets\/css\/content.css" ], "js": [ "assets\/js\/jquery-1.8.3.min.js", "assets\/js\/shared.js", "assets\/js\/jquery.sparkline.js", "assets\/js\/jquery.dataTables.min.js", "assets\/js\/HashtagTrend.js", "assets\/js\/vendor.js", "assets\/js\/content.js" ], "all_frames": true, "run_at": "document_end" } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "frame.html", "frame-login.html" ], "background": { "scripts": [ "assets\/js\/vendor.js", "assets\/js\/background.js" ], "persistent": true }, "options_ui": { "chrome_style": true, "page": "options.html" } } |