Social Media Helper

This extension helps social media editors with common tasks.

Social Media Helper란 무엇입니까?

Social Media Helper은(는) https://wunder.work에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension helps social media editors with common tasks."입니다.

확장 프로그램 스크린샷

screenshot

Social Media Helper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
}