Linkedin Hashtags
Analytical Tool that reflects the count of followers of LinkedIn Hashtags to enhance your posts for better reach.
Linkedin Hashtagsคืออะไร?
Linkedin Hashtags เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Chaitanya Arora และคุณลักษณะหลักของมันคือ "Analytical Tool that reflects the count of followers of LinkedIn Hashtags to enhance your posts for better reach."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Linkedin Hashtags
ดาวน์โหลดไฟล์ส่วนขยาย Linkedin Hashtags ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
🌟𝙇𝙞𝙣𝙠𝙚𝙙𝙞𝙣 𝙃𝙖𝙨𝙝𝙩𝙖𝙜𝙨 𝘾𝙝𝙧𝙤𝙢𝙚 𝙀𝙭𝙩𝙚𝙣𝙨𝙞𝙤𝙣🌟 ---------------------------------------------------- UPDATE 0.7 ---------------------------------------------------- 𝘕𝘰𝘸 𝘏𝘰𝘷𝘦𝘳 𝘰𝘷𝘦𝘳 𝘢𝘯𝘺 𝘏𝘢𝘴𝘩𝘵𝘢𝘨 𝘪𝘯 𝘺𝘰𝘶𝘳 𝘧𝘦𝘦𝘥 𝘢𝘯𝘥 𝘨𝘦𝘵 𝘪𝘵𝘴 𝘧𝘰𝘭𝘭𝘰𝘸𝘦𝘳 𝘤𝘰𝘶𝘯𝘵. (。◕‿◕。) ------------------------------------------------------------------------------------------------------------------------------ Choose the best hashtags on LinkedIn while you post, with real-time follower count and easy to use search bar integration. Some of the features include:- ☑️ Follower Count on Hashtag suggestions while typing ☑️ Dedicated Button to get a count for all hashtags used in the post ☑️ Search Bar to get followers of a particular hashtag ☑️ No cap on the number of hashtags you search ☑️ Gets follower count instantly This chrome extension can be used to:- 🚀 Reach the right target audience easily. 🚀 Expand your network. 🚀 Choose appropriate hashtags. 🚀 Increase the reach of your post beyond your connections.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | kkhmijpchbobncfmiihepfhpbkjnogbl |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/linkedin-hashtags/kkhmijpchbobncfmiihepfhpbkjnogbl |
คำอธิบาย | Analytical Tool that reflects the count of followers of LinkedIn Hashtags to enhance your posts for better reach. |
ขนาดไฟล์ | 66.3 KB |
จำนวนการติดตั้ง | 10,000 |
เวอร์ชันปัจจุบัน | 0.7.2.6 |
อัปเดตครั้งล่าสุด | 2022-03-14 |
วันที่เผยแพร่ | 2021-01-03 |
คะแนน | 4.37/5 รวมทั้งหมด 19 คะแนน |
ผู้พัฒนา | Chaitanya Arora |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.linkedinhashtags.com/ |
ภาษาที่รองรับ | de,en,fr,nl,es,pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "0.7.2.6", "default_locale": "en", "icons": { "32": "images\/32x32.png", "48": "images\/48x48.png", "16": "images\/16x16.png", "128": "images\/128x128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.linkedin.com\/*" ], "js": [ "content.js" ], "css": [ "content.css" ], "run_at": "document_idle", "all_frames": false } ], "page_action": { "default_title": "Linkedin Hashtags", "default_popup": "popup.html", "default_icon": { "32": "images\/32x32.png", "16": "images\/16x16.png" } }, "permissions": [ "storage" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "background": { "scripts": [ "background.js" ] } } |