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文件
下載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! 擴展基本資訊
| 名稱 | |
| ID | bagapgnffhmfccajdbbjcgalkphdjccn |
| 官方網址 | 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\/*"
]
} | |