Inksprout - AI Social Media Writer

Social media link sharing made easy

Τι είναι το Inksprout - AI Social Media Writer;

Το Inksprout - AI Social Media Writer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://inksprout.co, και η κύρια λειτουργία του είναι "Social media link sharing made easy".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Inksprout - AI Social Media Writer

Λήψη αρχείων επέκτασης Inksprout - AI Social Media Writer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Compose a clear, trustworthy caption in social media link sharing with Inksprout's AI writing assistant.

We'll seed your "create post" with the article summarization. You are free to edit the summarized text. Add a personal message.

You will increase engagement with a clear description in your linked post. Provide value and gain more followers. Sharing your blog post has never been easier. Never miss the last opportunity to bring traffic to your site.

Support schedulers such as Hootsuite, SocialBee, and Publer as well as native platforms like LinkedIn.                    

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

Όνομα Inksprout - AI Social Media Writer Inksprout - AI Social Media Writer
ID jkbcplbonpncoodngfmagckicegkkekk
Επίσημο URL https://chromewebstore.google.com/detail/inksprout-ai-social-media/jkbcplbonpncoodngfmagckicegkkekk
Περιγραφή Social media link sharing made easy
Μέγεθος Αρχείου 120 KB
Αριθμός Εγκαταστάσεων 1,562
Τρέχουσα Έκδοση 0.9.0
Τελευταία Ενημέρωση 2023-08-08
Ημερομηνία Δημοσίευσης 2020-12-04
Αξιολόγηση 5.00/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής https://inksprout.co
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://inksprout.co
Διεύθυνση URL της Σελίδας Βοήθειας https://inksprout.co
URL της Σελίδας Πολιτικής Απορρήτου https://inksprout.co/privacypolicy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Inksprout - AI Social Media Writer",
    "short_name": "Inksprout",
    "version": "0.9.0",
    "description": "Social media link sharing made easy",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/inksprout.co\/*",
        "https:\/\/www.linkedin.com\/*",
        "https:\/\/www.facebook.com\/*",
        "https:\/\/twitter.com\/*",
        "https:\/\/publish.buffer.com\/*",
        "https:\/\/hootsuite.com\/*",
        "https:\/\/social.zoho.com\/*",
        "https:\/\/app.sproutsocial.com\/*",
        "https:\/\/publer.io\/*",
        "https:\/\/app.socialbee.io\/*",
        "https:\/\/app.socialbee.com\/*",
        "https:\/\/app.contentstudio.io\/*"
    ],
    "optional_permissions": [
        "activeTab"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/app.inksprout.co\/*",
            "https:\/\/inksprout.co\/*"
        ]
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/www.facebook.com\/*",
                "https:\/\/twitter.com\/*",
                "https:\/\/publish.buffer.com\/*",
                "https:\/\/hootsuite.com\/*",
                "https:\/\/social.zoho.com\/*",
                "https:\/\/app.sproutsocial.com\/*",
                "https:\/\/publer.io\/*",
                "https:\/\/app.socialbee.io\/*",
                "https:\/\/app.socialbee.com\/*",
                "https:\/\/app.contentstudio.io\/*",
                "https:\/\/postoplan.app\/*"
            ],
            "js": [
                ".\/build\/content.min.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "action": {
        "default_title": "Inksprout",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 3
}