Inlytics Publish
Draft and schedule LinkedIn posts.
Inlytics Publish là gì?
Inlytics Publish là một tiện ích mở rộng Chrome được phát triển bởi https://inlytics.io, và tính năng chính của nó là "Draft and schedule LinkedIn posts.".
Ả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 Inlytics Publish
Tải xuống các tệp mở rộng Inlytics Publish 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
Draft, Preview and Schedule Linkedin posts powered by a rich text editor.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fckcmalnpnopeccbdcmdnejdlfigamai |
URL Chính Thức | https://chromewebstore.google.com/detail/inlytics-publish/fckcmalnpnopeccbdcmdnejdlfigamai |
Mô tả | Draft and schedule LinkedIn posts. |
Kích Thước Tệp | 361 KB |
Số Lần Cài Đặt | 112 |
Phiên Bản Hiện Tại | 0.0.8 |
Cập Nhật Lần Cuối | 2023-11-13 |
Ngày Phát Hành | 2023-09-10 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://inlytics.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://inlytics.io |
URL Trang Trợ Giúp | https://www.inlytics.io/help/overview |
URL Trang Chính Sách Bảo Mật | https://www.inlytics.io/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Draft and schedule LinkedIn posts.", "version": "0.0.8", "manifest_version": 3, "name": "Inlytics Publish", "action": { "default_icon": "icon-32.png" }, "icons": { "32": "icon-32.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.linkedin.com\/*" ], "js": [ "contentScript.bundle.js" ], "css": [ "Content.css", "tailwind.css" ], "images": [ "icon-128.png", "icon-32.png" ] } ], "permissions": [ "storage", "https:\/\/*.linkedin.com\/*" ], "host_permissions": [ "*:\/\/*.linkedin.com\/*" ], "web_accessible_resources": [ { "resources": [ "icon-128.png", "icon-32.png", "tailwind.css", "Content.css" ], "matches": [ "*:\/\/*.linkedin.com\/*" ] } ] } |