Social Media Helper
This extension helps social media editors with common tasks.
Hvad er Social Media Helper?
Social Media Helper er en Chrome-udvidelse udviklet af https://wunder.work, og dens hovedfunktion er "This extension helps social media editors with common tasks.".
Udvidelsesskærmbilleder
Download Social Media Helper-udvidelses-CRX-fil
Download Social Media Helper-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | lhnfjfmdmifdabfpdkfpnjkolafogapo |
| Officiel URL | https://chromewebstore.google.com/detail/social-media-helper/lhnfjfmdmifdabfpdkfpnjkolafogapo |
| Beskrivelse | This extension helps social media editors with common tasks. |
| Filstørrelse | 41.12 KB |
| Antal Installationer | 212 |
| Nuværende Version | 0.560 |
| Senest Opdateret | 2018-08-31 |
| Udgivelsesdato | 2018-08-31 |
| Bedømmelse | 3.67/5 Samlet 3 Bedømmelser |
| Udvikler | https://wunder.work |
| [email protected] | |
| Betalingsmetode | free |
| Hjælpeside-URL | https://twitter.com/tibor |
| Understøttede Sprog | 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"
} | |