Limber

Content Marketing Automation Platform

Limber란 무엇입니까?

Limber은(는) https://limber.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Content Marketing Automation Platform"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Limber is a cloud-based Content Marketing Automation platform, created for marketers to help them centralize disseminated content, structure and automate distribution across social media, measure their effectiveness using unified statistics and convert audience into sales-ready leads.

It also smoothens collaboration within the marketing and communication teams, reduces manual actions and multiplies content  exposure by implementing semantics and automated distribution through social networks and other channels.

Limber connects with Twitter, LinkedIn, Facebook, Yammer and Wordpress.                    

확장 프로그램 기본 정보

이름 Limber Limber
ID cgmkehcjkfcnlkmaddhdkbmeepcjmigg
공식 URL https://chromewebstore.google.com/detail/limber/cgmkehcjkfcnlkmaddhdkbmeepcjmigg
설명 Content Marketing Automation Platform
파일 크기 147 KB
설치 횟수 439
현재 버전 1.02.02
최근 업데이트 2022-05-17
출시 날짜 2018-02-19
평점 5.00/5 총 4 개의 평점
개발자 https://limber.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://app.limber.io
도움말 페이지 URL http://www.limber.io/en/contact-us
개인정보 보호 정책 페이지 URL https://www.limber.io/en/privacy-policy
지원되는 언어 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_chrome_extension_name__",
    "description": "__MSG_chrome_extension_description__",
    "default_locale": "en",
    "version": "1.02.02",
    "options_page": "options.html",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "author": "Limber",
    "content_scripts": [
        {
            "css": [
                "css\/basiclimber.css"
            ],
            "matches": [
                ""
            ],
            "js": [
                "lib\/jquery.js",
                "js\/inject.js",
                "lib\/limber-plugin.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icons\/icon.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "web_accessible_resources": [
        "img\/ext-checker.gif",
        "img\/loader.gif",
        "img\/limber-logo.png",
        "icons\/icon16.png",
        "icons\/cog-on.png",
        "icons\/cog-off.png",
        "icons\/close-on.png",
        "icons\/close-off.png",
        "icons\/reduce-on.png",
        "icons\/reduce-off.png",
        "img\/question-sign-16x16.png",
        "options.html"
    ],
    "permissions": [
        "storage",
        "contextMenus",
        "tabs",
        "activeTab",
        "http:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/test.limber.io\/*",
            "*:\/\/devapp.limber.io\/*",
            "*:\/\/preapp.limber.io\/*",
            "*:\/\/preapp2.limber.io\/*",
            "*:\/\/app.limber.io\/*",
            "*:\/\/app2.limber.io\/*"
        ]
    },
    "manifest_version": 2
}