Social Media Helper
This extension helps social media editors with common tasks.
ما هو Social Media Helper؟
Social Media Helper هو إضافة Chrome تم تطويرها بواسطة https://wunder.work، والميزة الرئيسية لها هي "This extension helps social media editors with common tasks.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Social Media Helper
قم بتنزيل ملفات الامتداد Social Media Helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
With this plugin you can easily: • Set default UTM values and add them to any link with 1 click • Debug any website in Facebooks OG:debugger with 1 click • Get the OG:image of the current website • Share selected text as a quote on Facebook • Switch between the regular website and its AMP version More options coming soon.
معلومات أساسية عن التمديد
الاسم | Social Media Helper |
ID | lhnfjfmdmifdabfpdkfpnjkolafogapo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/social-media-helper/lhnfjfmdmifdabfpdkfpnjkolafogapo |
الوصف | This extension helps social media editors with common tasks. |
حجم الملف | 41.12 KB |
عدد التثبيتات | 212 |
النسخة الحالية | 0.560 |
آخر تحديث | 2018-08-31 |
تاريخ النشر | 2018-08-31 |
تقييم | 3.67/5 مجموع تقييمات 3 |
المطور | https://wunder.work |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة المساعدة | https://twitter.com/tibor |
اللغات المدعومة | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Social Media Helper", "short_name": "Social Helper", "description": "This extension helps social media editors with common tasks.", "version": "0.560", "author": "Tibor Martini", "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "96": "icon-96.png", "128": "icon-128.png" }, "browser_action": { "browser_style": true, "default_icon": { "16": "icon-16.png", "32": "icon-32.png" }, "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "activeTab", "storage" ], "default_locale": "en" } |