Social Media Helper
This extension helps social media editors with common tasks.
Vad är Social Media Helper?
Social Media Helper är en Chrome-tillägg utvecklad av https://wunder.work, och dess huvudfunktion är "This extension helps social media editors with common tasks.".
Tilläggsskärmbilder
Ladda ner Social Media Helper-förlängningens CRX-fil
Ladda ner Social Media Helper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | lhnfjfmdmifdabfpdkfpnjkolafogapo |
| Officiell webbadress | https://chromewebstore.google.com/detail/social-media-helper/lhnfjfmdmifdabfpdkfpnjkolafogapo |
| Beskrivning | This extension helps social media editors with common tasks. |
| Filstorlek | 41.12 KB |
| Antal Installationer | 212 |
| Aktuell Version | 0.560 |
| Senast Uppdaterad | 2018-08-31 |
| Publiceringsdatum | 2018-08-31 |
| Betyg | 3.67/5 Totalt 3 Betyg |
| Utvecklare | https://wunder.work |
| E-post | [email protected] |
| Betalningssätt | free |
| Hjälpsida URL | https://twitter.com/tibor |
| Stödda Språk | 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"
} | |