Social Media Helper

This extension helps social media editors with common tasks.

Social Media Helper là gì?

Social Media Helper là một tiện ích mở rộng Chrome được phát triển bởi https://wunder.work, và tính năng chính của nó là "This extension helps social media editors with common tasks.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Social Media Helper

Tải xuống các tệp mở rộng Social Media Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Social Media Helper Social Media Helper
ID lhnfjfmdmifdabfpdkfpnjkolafogapo
URL Chính Thức https://chromewebstore.google.com/detail/social-media-helper/lhnfjfmdmifdabfpdkfpnjkolafogapo
Mô tả This extension helps social media editors with common tasks.
Kích Thước Tệp 41.12 KB
Số Lần Cài Đặt 212
Phiên Bản Hiện Tại 0.560
Cập Nhật Lần Cuối 2018-08-31
Ngày Phát Hành 2018-08-31
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://wunder.work
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://twitter.com/tibor
Ngôn Ngữ Được Hỗ Trợ 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"
}