Hushl Extension
A powerful extension built for twitter and linkedin
Hushl Extension란 무엇입니까?
Hushl Extension은(는) hushl.inc.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A powerful extension built for twitter and linkedin"입니다.
확장 프로그램 스크린샷
Hushl Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } ] } |