Inksprout - AI Social Media Writer

Social media link sharing made easy

Qu'est-ce que Inksprout - AI Social Media Writer ?

Inksprout - AI Social Media Writer est une extension Chrome développée par https://inksprout.co, et sa fonction principale est "Social media link sharing made easy".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Inksprout - AI Social Media Writer

Téléchargez les fichiers d'extension Inksprout - AI Social Media Writer 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

                        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.                    

Informations de Base sur l'Extension

Nom Inksprout - AI Social Media Writer Inksprout - AI Social Media Writer
ID jkbcplbonpncoodngfmagckicegkkekk
URL Officiel https://chromewebstore.google.com/detail/inksprout-ai-social-media/jkbcplbonpncoodngfmagckicegkkekk
Description Social media link sharing made easy
Taille du Fichier 120 KB
Nombre d'Installations 1,562
Version Actuelle 0.9.0
Dernière Mise à Jour 2023-08-08
Date de Publication 2020-12-04
Évaluation 5.00/5 Total 6 Évaluations
Développeur https://inksprout.co
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://inksprout.co
URL de la Page d'Aide https://inksprout.co
URL de la Page de Politique de Confidentialité https://inksprout.co/privacypolicy.html
Langues Prises en Charge 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
}