Hushl Extension
A powerful extension built for twitter and linkedin
Hushl Extensionคืออะไร?
Hushl Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hushl.inc.dev และคุณลักษณะหลักของมันคือ "A powerful extension built for twitter and linkedin"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hushl Extension
ดาวน์โหลดไฟล์ส่วนขยาย Hushl Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The most powerful growth extension built for LinkedIn. Here’s what the Hushl growth extension does: 1. Rich Analytics📊: Get analytics data of your past posts, engagements and impressions. 2. AI Writer✍️: Use HUSHL’s powerful AI writer to write better content on the LinkedIn App itself. 3. Save💾: Access to repository of ideas stored on Hushl.ai and generate new content from it. 4. Generate Ideas💡: Search for new AI generated ideas right on LinkedIn. 5. Earn 💎: Earn tokens for creating content that can be redeemed on the Hushl.ai. The LinkedIn chrome extension is for everyone who’s looking to create great content consistently and it's absolutely FREE to use. Here’s how to use it in 2 simple steps. Sign up on https://hushl.ai Download this extension and log in That’s it. For any issues or questions, email us at [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Hushl Extension |
ID | amnidjfjobmbbhgkjomlegdfnljpdcek |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/hushl-extension/amnidjfjobmbbhgkjomlegdfnljpdcek |
คำอธิบาย | A powerful extension built for twitter and linkedin |
ขนาดไฟล์ | 11.1 MB |
จำนวนการติดตั้ง | 82 |
เวอร์ชันปัจจุบัน | 1.0.6 |
อัปเดตครั้งล่าสุด | 2023-06-11 |
วันที่เผยแพร่ | 2023-04-30 |
ผู้พัฒนา | hushl.inc.dev |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://hushl.in |
URL หน้านโยบายความเป็นส่วนตัว | https://www.privacypolicies.com/live/5719a3cf-6d26-403f-a2c1-89ba9f4761e5 |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hushl Extension", "manifest_version": 3, "version": "1.0.6", "description": "A powerful extension built for twitter and linkedin", "icons": { "16": "hushl-logo.png", "32": "hushl-logo.png", "48": "hushl-logo.png", "128": "hushl-logo.png" }, "permissions": [ "storage", "tabs", "cookies", "activeTab", "scripting" ], "host_permissions": [ "https:\/\/www.linkedin.com\/*" ], "action": { "default_popup": "popup.html", "default_title": "Hushl Extension" }, "background": { "service_worker": "backgroundScript.js" }, "externally_connectable": { "matches": [ "https:\/\/*.hushl.ai\/*", "http:\/\/localhost\/*" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/*" ], "js": [ "linkedinScript.js" ] }, { "matches": [ "*:\/\/twitter.com\/*" ], "js": [ "twitterScript.js" ] } ] } |