Inksprout - AI Social Media Writer
Social media link sharing made easy
Inksprout - AI Social Media Writer là gì?
Inksprout - AI Social Media Writer là một tiện ích mở rộng Chrome được phát triển bởi https://inksprout.co, và tính năng chính của nó là "Social media link sharing made easy".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Inksprout - AI Social Media Writer
Tải xuống các tệp mở rộng Inksprout - AI Social Media Writer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Inksprout - AI Social Media Writer |
ID | jkbcplbonpncoodngfmagckicegkkekk |
URL Chính Thức | https://chromewebstore.google.com/detail/inksprout-ai-social-media/jkbcplbonpncoodngfmagckicegkkekk |
Mô tả | Social media link sharing made easy |
Kích Thước Tệp | 120 KB |
Số Lần Cài Đặt | 1,562 |
Phiên Bản Hiện Tại | 0.9.0 |
Cập Nhật Lần Cuối | 2023-08-08 |
Ngày Phát Hành | 2020-12-04 |
Đánh Giá | 5.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | https://inksprout.co |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://inksprout.co |
URL Trang Trợ Giúp | https://inksprout.co |
URL Trang Chính Sách Bảo Mật | https://inksprout.co/privacypolicy.html |
Ngôn Ngữ Được Hỗ Trợ | 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 } |