Social Media Helper
This extension helps social media editors with common tasks.
Apa itu Social Media Helper?
Social Media Helper adalah ekstensi Chrome yang dikembangkan oleh https://wunder.work, dan fitur utamanya adalah "This extension helps social media editors with common tasks.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Social Media Helper
Unduh file ekstensi Social Media Helper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Social Media Helper |
ID | lhnfjfmdmifdabfpdkfpnjkolafogapo |
URL Resmi | https://chromewebstore.google.com/detail/social-media-helper/lhnfjfmdmifdabfpdkfpnjkolafogapo |
Deskripsi | This extension helps social media editors with common tasks. |
Ukuran File | 41.12 KB |
Jumlah Instalasi | 212 |
Versi Saat Ini | 0.560 |
Terakhir Diperbarui | 2018-08-31 |
Tanggal Publikasi | 2018-08-31 |
Penilaian | 3.67/5 Total 3 Penilaian |
Pengembang | https://wunder.work |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://twitter.com/tibor |
Bahasa yang Didukung | 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" } |