PerfectPost: makes Linkedin 10x better
A browser extension to improve your writing experience on LinkedIn
PerfectPost: makes Linkedin 10x better란 무엇입니까?
PerfectPost: makes Linkedin 10x better은(는) https://perfectpost.social에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A browser extension to improve your writing experience on LinkedIn"입니다.
확장 프로그램 스크린샷
PerfectPost: makes Linkedin 10x better 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Works with Linkedin and allows you to add all the features you've been dreaming of to it. 🖋 Style bar: easily add bold, italic, and emojis to your post 😁 💬 Writing assistant: to help you write better posts more easily and quickly 💾 Draft saving and scheduling: organize and save directly on Linkedin for your next publications. 📲 Mobile display: View your publication on a smartphone 🤩 The "see more" line to see where the "...see more" will cut your post. And a bunch of other surprises that you'll discover as you go!
확장 프로그램 기본 정보
이름 | PerfectPost: makes Linkedin 10x better |
ID | bagapgnffhmfccajdbbjcgalkphdjccn |
공식 URL | https://chromewebstore.google.com/detail/perfectpost-makes-linkedi/bagapgnffhmfccajdbbjcgalkphdjccn |
설명 | A browser extension to improve your writing experience on LinkedIn |
파일 크기 | 284 KB |
설치 횟수 | 10,000 |
현재 버전 | 24.2.7 |
최근 업데이트 | 2024-02-08 |
출시 날짜 | 2021-11-19 |
평점 | 4.91/5 총 81 개의 평점 |
개발자 | https://perfectpost.social |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://perfectpost.social |
도움말 페이지 URL | https://perfectpost.social |
개인정보 보호 정책 페이지 URL | https://perfectpost.notion.site/Politique-de-confidentialite-0b79422f276846e595bcd482e839bf29 |
지원되는 언어 | en,fr,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "24.2.7", "short_name": "PerfectPost", "homepage_url": "https:\/\/perfectpost.social", "manifest_version": 3, "default_locale": "en", "icons": { "16": "images\/pp_icon16.png", "32": "images\/pp_icon32.png", "48": "images\/pp_icon48.png", "128": "images\/pp_icon128.png", "256": "images\/pp_icon256.png", "512": "images\/pp_icon512.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.linkedin.com\/*" ], "js": [ "linkedin.js" ], "css": [ "linkedin.css" ] }, { "matches": [ "*:\/\/*.perfectpost.fr\/*" ], "run_at": "document_start", "js": [ "perfectpost.js" ] } ], "permissions": [ "alarms", "storage", "tabs", "webRequest" ], "optional_permissions": [ "notifications" ], "host_permissions": [ "*:\/\/*.linkedin.com\/*" ] } |