eclincher

The easiest way to share, post and schedule web content, blogs and articles to all of your social media networks.

eclincher란 무엇입니까?

eclincher은(는) eClincher - Social Media Management App에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The easiest way to share, post and schedule web content, blogs and articles to all of your social media networks."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

eclincher 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        eClincher is a complete, yet intuitive social media management software. Offers publishing & scheduling, auto post queues, social inbox, engagement, monitoring, content curation, influencers, analytics, reports, team collaboration...Twitter, Facebook, Instagram, LinkedIn, GMB, Pinterest ...                    

확장 프로그램 기본 정보

이름 eclincher eclincher
ID iicacnkipifonocigfaehlncdmjdgene
공식 URL https://chromewebstore.google.com/detail/eclincher/iicacnkipifonocigfaehlncdmjdgene
설명 The easiest way to share, post and schedule web content, blogs and articles to all of your social media networks.
파일 크기 413 KB
설치 횟수 1,003
현재 버전 4.5
최근 업데이트 2022-06-21
출시 날짜 2020-06-18
평점 5.00/5 총 19 개의 평점
개발자 eClincher - Social Media Management App
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://eclincher.com/
도움말 페이지 URL https://eclincher.com/faq/
개인정보 보호 정책 페이지 URL https://eclincher.com/privacy
지원되는 언어 en,pt-BR,pt-PT,ta
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "homepage_url": "http:\/\/www.eclincher.com",
    "version": "4.5",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "64": "icon.png"
    },
    "action": {
        "default_icons": {
            "128": "icon.png",
            "16": "icon.png",
            "32": "icon.png",
            "48": "icon.png",
            "64": "icon.png"
        },
        "default_title": "__MSG_defaultTitle__"
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "assets\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "manifest.json",
                "popup.html",
                "img\/*",
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "assets\/shared\/facebook.css",
                "assets\/shared\/facebook.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ]
        },
        {
            "resources": [
                "assets\/shared\/twitter.css",
                "assets\/shared\/twitter.js"
            ],
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ]
        },
        {
            "resources": [
                "assets\/shared\/pinterest.css",
                "assets\/shared\/pinterest.js"
            ],
            "matches": [
                "*:\/\/*.pinterest.com\/*",
                "*:\/\/*.pinterest.pt\/*",
                "*:\/\/*.pinterest.de\/*",
                "*:\/\/*.pinterest.com.mx\/*",
                "*:\/\/*.pinterest.ie\/*",
                "*:\/\/*.pinterest.co.uk\/*",
                "*:\/\/*.pinterest.fr\/*",
                "*:\/\/*.pinterest.es\/*",
                "*:\/\/*.pinterest.nl\/*",
                "*:\/\/*.pinterest.ca\/*",
                "*:\/\/*.pinterest.dk\/*",
                "*:\/\/*.pinterest.at\/*",
                "*:\/\/*.pinterest.se\/*",
                "*:\/\/*.pinterest.ch\/*"
            ]
        },
        {
            "resources": [
                "assets\/shared\/reddit.js"
            ],
            "matches": [
                "*:\/\/*.reddit.com\/*"
            ]
        }
    ],
    "options_ui": {
        "page": ".\/options.html"
    }
}