Limber

Content Marketing Automation Platform

Qu'est-ce que Limber ?

Limber est une extension Chrome développée par https://limber.io, et sa fonction principale est "Content Marketing Automation Platform".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Limber

Téléchargez les fichiers d'extension Limber au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Limber Limber
ID cgmkehcjkfcnlkmaddhdkbmeepcjmigg
URL Officiel https://chromewebstore.google.com/detail/limber/cgmkehcjkfcnlkmaddhdkbmeepcjmigg
Description Content Marketing Automation Platform
Taille du Fichier 147 KB
Nombre d'Installations 439
Version Actuelle 1.02.02
Dernière Mise à Jour 2022-05-17
Date de Publication 2018-02-19
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://limber.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://app.limber.io
URL de la Page d'Aide http://www.limber.io/en/contact-us
URL de la Page de Politique de Confidentialité https://www.limber.io/en/privacy-policy
Langues Prises en Charge 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
}