KUKU.io

Share content in seconds with KUKU.io!

Τι είναι το KUKU.io;

Το KUKU.io είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://kuku.io, και η κύρια λειτουργία του είναι "Share content in seconds with KUKU.io!".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Λήψη αρχείων επέκτασης KUKU.io σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        With the KUKU.io extension, you can share your content on multiple social media networks in two clicks. Choose and publish!

KUKU.io is the world’s most user-friendly social media management application that allows adapting your voice for different social media platforms. 

With KUKU.io, you can create content worth sharing and publish it across multiple social media networks at once to engage your audience and transform your social profile into a powerful marketing tool. Facebook, Twitter, Vkontakte, Tumblr, Pinterest, LinkedIn and OK.ru are supported now.

KUKU.io offers its users to:

- Use different content for different social media networks
- Gather frequently used together profiles, groups and pages into channels
- Create clickable and interactive posts by adding up to 10 images to your publications
- Always know publications history & see where the content holes are
- Attach UTM to links that you post to see the results of your social media marketing campaigns instantly

Customer feedback

Dmitry Dudin CEO of GanttPRO 
"We use this tool to create marketing campaigns for our online Gantt charts software https://ganttpro.com. This saves us a lot of time and money! It is easy to make a lan and create a timeline of posts" 

Coming soon:

- Rich analytics & smart posting suggestions
- Possibility to edit thumbnails
- Google+ and Reddit
- Suggested posts and hashtags
- Content calendar                    

Βασικές Πληροφορίες Επέκτασης

Όνομα KUKU.io KUKU.io
ID mlnbdkndimgjfpfjokkcfgghmmmknhlj
Επίσημο URL https://chromewebstore.google.com/detail/kukuio/mlnbdkndimgjfpfjokkcfgghmmmknhlj
Περιγραφή Share content in seconds with KUKU.io!
Μέγεθος Αρχείου 455 KB
Αριθμός Εγκαταστάσεων 1,069
Τρέχουσα Έκδοση 1.4
Τελευταία Ενημέρωση 2018-08-24
Ημερομηνία Δημοσίευσης 2018-08-24
Αξιολόγηση 4.71/5 Συνολικά 142 Αξιολογήσεις
Προγραμματιστής https://kuku.io
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://kuku.io
Διεύθυνση URL της Σελίδας Βοήθειας https://ganttpro.com/about-us/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "KUKU.io",
    "short_name": "KUKU.io",
    "version": "1.4",
    "manifest_version": 2,
    "description": "Share content in seconds with KUKU.io!",
    "icons": {
        "16": "images\/16.png",
        "128": "images\/128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/19.png",
            "48": "images\/48.png"
        },
        "default_title": "kuku.io"
    },
    "omnibox": {
        "keyword": "kuku.io"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/config.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "bower_components\/jquery\/dist\/jquery.min.js",
                "scripts\/contentscript.js"
            ],
            "css": [
                "styles\/main.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [],
    "permissions": [
        "tabs",
        "history",
        "management",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}