Like & Comment as a Company for LinkedIn™
Interact with your Company Page on LinkedIn™
ما هو Like & Comment as a Company for LinkedIn™؟
Like & Comment as a Company for LinkedIn™ هو إضافة Chrome تم تطويرها بواسطة https://oaka.alsace، والميزة الرئيسية لها هي "Interact with your Company Page on LinkedIn™".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Like & Comment as a Company for LinkedIn™
قم بتنزيل ملفات الامتداد Like & Comment as a Company for LinkedIn™ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
LinkedIn™ doesn’t have an easy way to toggle between commenting as a personal page and a business or a company page. But! There is a workaround.
- Install this extension.
- Go to your biz page and copy the page ID string of numbers.
- Past it in actorCompanyId field (options page) and save.
Now follow these directions:
- Find a post you want to comment on as you’re brand or biz.
- Click on the 3 dots and choose ‘copy link to post.’
- Paste the link in a blank URL tab and hit enter to load the page.
- Click on our extension's icon and that's it! Your can now like, comment or share the post with your business or a company page. معلومات أساسية عن التمديد
| الاسم | |
| ID | ijgchelhpbmdcijgpocilhjglcnfmbpj |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/like-comment-as-a-company/ijgchelhpbmdcijgpocilhjglcnfmbpj |
| الوصف | Interact with your Company Page on LinkedIn™ |
| حجم الملف | 42.24 KB |
| عدد التثبيتات | 310 |
| النسخة الحالية | 2.0.1 |
| آخر تحديث | 2022-04-06 |
| تاريخ النشر | 2022-03-11 |
| تقييم | 5.00/5 مجموع تقييمات 2 |
| المطور | https://oaka.alsace |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://oaka.alsace/cms-et-astuces/commenter-liker-avec-page-professionnelle-linkedin/ |
| عنوان صفحة المساعدة | https://oaka.alsace/cms-et-astuces/commenter-liker-avec-page-professionnelle-linkedin/ |
| عنوان صفحة سياسة الخصوصية | https://oaka.alsace/politique-de-confidentialite |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Like & Comment as a Company for LinkedIn\u2122",
"version": "2.0.1",
"description": "Interact with your Company Page on LinkedIn\u2122",
"manifest_version": 3,
"options_page": "page_options.html",
"background": {
"service_worker": "background.js"
},
"permissions": [
"activeTab",
"scripting",
"storage"
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"action": {
"default_icon": "icon.png"
}
} | |