Social Media Helper
This extension helps social media editors with common tasks.
Was ist Social Media Helper?
Social Media Helper ist eine Chrome-Erweiterung, die von https://wunder.work entwickelt wurde, und ihr Hauptmerkmal ist "This extension helps social media editors with common tasks.".
Erweiterungsscreenshots
Social Media Helper-Erweiterungs-CRX-Datei herunterladen
Laden Sie Social Media Helper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | lhnfjfmdmifdabfpdkfpnjkolafogapo |
| Offizielle URL | https://chromewebstore.google.com/detail/social-media-helper/lhnfjfmdmifdabfpdkfpnjkolafogapo |
| Beschreibung | This extension helps social media editors with common tasks. |
| Dateigröße | 41.12 KB |
| Installationsanzahl | 212 |
| Aktuelle Version | 0.560 |
| Letztes Update | 2018-08-31 |
| Veröffentlichungsdatum | 2018-08-31 |
| Bewertung | 3.67/5 Insgesamt 3 Bewertungen |
| Entwickler | https://wunder.work |
| [email protected] | |
| Zahlungsart | free |
| Hilfeseite URL | https://twitter.com/tibor |
| Unterstützte Sprachen | 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"
} | |