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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://perfectpost.social และคุณลักษณะหลักของมันคือ "A browser extension to improve your writing experience on LinkedIn"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PerfectPost: makes Linkedin 10x better
ดาวน์โหลดไฟล์ส่วนขยาย PerfectPost: makes Linkedin 10x better ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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\/*" ] } |