Social Media Helper
This extension helps social media editors with common tasks.
Wat is Social Media Helper?
Social Media Helper is een Chrome-extensie ontwikkeld door https://wunder.work, en de belangrijkste functie is "This extension helps social media editors with common tasks.".
Extensie Screenshots
Download het CRX-bestand van de extensie Social Media Helper
Download Social Media Helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | lhnfjfmdmifdabfpdkfpnjkolafogapo |
| Officiële URL | https://chromewebstore.google.com/detail/social-media-helper/lhnfjfmdmifdabfpdkfpnjkolafogapo |
| Beschrijving | This extension helps social media editors with common tasks. |
| Bestandsgrootte | 41.12 KB |
| Aantal Installaties | 212 |
| Huidige Versie | 0.560 |
| Laatst Bijgewerkt | 2018-08-31 |
| Publicatiedatum | 2018-08-31 |
| Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | https://wunder.work |
| [email protected] | |
| Betalingswijze | free |
| Help Pagina-URL | https://twitter.com/tibor |
| Ondersteunde Talen | 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"
} | |