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 |
| 公式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 |
| Eメール | [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\/*"
]
} | |