Limber

Content Marketing Automation Platform

Limber क्या है?

Limber https://limber.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Content Marketing Automation Platform"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Limber एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}