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”。
扩展截图
下载Inksprout - AI Social Media Writer扩展crx文件
下载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 |
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 } |