Limber

Content Marketing Automation Platform

什麼是Limber?

Limber是由https://limber.io開發的Chrome擴展程式,該擴展的主要功能是“Content Marketing Automation Platform”。

擴展截圖

screenshot

下載Limber擴展crx文件

下載Limber擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}