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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A browser extension to improve your writing experience on LinkedIn"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में PerfectPost: makes Linkedin 10x better एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*" ] } |