Social Media Helper
This extension helps social media editors with common tasks.
Social Media Helper क्या है?
Social Media Helper https://wunder.work द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension helps social media editors with common tasks."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Social Media Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Social Media Helper |
ID | lhnfjfmdmifdabfpdkfpnjkolafogapo |
आधिकारिक URL | https://chromewebstore.google.com/detail/social-media-helper/lhnfjfmdmifdabfpdkfpnjkolafogapo |
विवरण | This extension helps social media editors with common tasks. |
फ़ाइल का आकार | 41.12 KB |
स्थापना संख्या | 212 |
वर्तमान संस्करण | 0.560 |
अंतिम अपडेट | 2018-08-31 |
प्रकाशन तिथि | 2018-08-31 |
रेटिंग | 3.67/5 कुल 3 रेटिंग्स |
डेवलपर | https://wunder.work |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://twitter.com/tibor |
समर्थित भाषाएँ | 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" } |