Social Media Helper
This extension helps social media editors with common tasks.
Co to jest Social Media Helper?
Social Media Helper to rozszerzenie Chrome opracowane przez https://wunder.work, a jego główną funkcją jest „This extension helps social media editors with common tasks.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Social Media Helper
Pobierz pliki rozszerzeń Social Media Helper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | lhnfjfmdmifdabfpdkfpnjkolafogapo |
| Oficjalny URL | https://chromewebstore.google.com/detail/social-media-helper/lhnfjfmdmifdabfpdkfpnjkolafogapo |
| Opis | This extension helps social media editors with common tasks. |
| Rozmiar pliku | 41.12 KB |
| Liczba instalacji | 212 |
| Aktualna Wersja | 0.560 |
| Ostatnia Aktualizacja | 2018-08-31 |
| Data Publikacji | 2018-08-31 |
| Ocena | 3.67/5 Łącznie 3 Oceny |
| Deweloper | https://wunder.work |
| [email protected] | |
| Typ Płatności | free |
| Adres URL Strony Pomocy | https://twitter.com/tibor |
| Obsługiwane Języki | 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"
} | |