Inksprout - AI Social Media Writer

Social media link sharing made easy

Inksprout - AI Social Media Writer란 무엇입니까?

Inksprout - AI Social Media Writer은(는) https://inksprout.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Social media link sharing made easy"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Inksprout - AI Social Media Writer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}