Social Media Helper

This extension helps social media editors with common tasks.

Social Media Helperคืออะไร?

Social Media Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://wunder.work และคุณลักษณะหลักของมันคือ "This extension helps social media editors with common tasks."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Social Media Helper

ดาวน์โหลดไฟล์ส่วนขยาย Social Media Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
}