Limber

Content Marketing Automation Platform

Τι είναι το Limber;

Το Limber είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://limber.io, και η κύρια λειτουργία του είναι "Content Marketing Automation Platform".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Limber

Λήψη αρχείων επέκτασης 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
Επίσημο 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
}