UpContent
UpContent helps you discover, collaborate, and distribute relevant third-party content that helps turn leads into loyal customers.
UpContent là gì?
UpContent là một tiện ích mở rộng Chrome được phát triển bởi https://www.upcontent.com, và tính năng chính của nó là "UpContent helps you discover, collaborate, and distribute relevant third-party content that helps turn leads into loyal customers.".
Ả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 UpContent
Tải xuống các tệp mở rộng UpContent 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
Deepen relationships with your audience and drive revenue through strategically curated content. This extension provides the ability to easily add articles that you and your team discover to an UpContent Collection - fostering deeper collaboration across your organization while adhering to the compliance and approval requirements set by your strategy. Highlight and or right-click on a section of text and click to add the page to a Collection with the highlighted text as the article summary, use the automatically generated summary, or customize it to your liking. Learn more about UpContent at https://www.upcontent.com. By installing this extension you agree to the UpContent Terms of Service (https://www.upcontent.com/terms-of-service) and Privacy Policy (https://www.upcontent.com/privacy-policy).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | UpContent |
ID | kdfcbphpfcckbbfhljadmlbngaahaolh |
URL Chính Thức | https://chromewebstore.google.com/detail/upcontent/kdfcbphpfcckbbfhljadmlbngaahaolh |
Mô tả | UpContent helps you discover, collaborate, and distribute relevant third-party content that helps turn leads into loyal customers. |
Kích Thước Tệp | 32.33 MB |
Số Lần Cài Đặt | 237 |
Phiên Bản Hiện Tại | 1.3.1 |
Cập Nhật Lần Cuối | 2022-10-25 |
Ngày Phát Hành | 2021-07-15 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://www.upcontent.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.upcontent.com/ |
URL Trang Trợ Giúp | http://learn.upcontent.com/en/ |
URL Trang Chính Sách Bảo Mật | https://www.upcontent.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "UpContent", "version": "1.3.1", "description": "UpContent helps you discover, collaborate, and distribute relevant third-party content that helps turn leads into loyal customers.", "permissions": [ "activeTab", "contextMenus" ], "host_permissions": [ "https:\/\/*.upcontent.com\/*", "https:\/\/*.configcat.com\/*", "https:\/\/api.gettyimages.com\/*" ], "action": { "default_popup": "chrome.html?nav=minimal", "default_icon": { "16": "logo-256x256.png", "32": "logo-256x256.png", "48": "logo-256x256.png", "128": "logo-256x256.png" } }, "background": { "service_worker": "background.js" }, "icons": { "16": "logo-256x256.png", "32": "logo-256x256.png", "48": "logo-256x256.png", "128": "logo-256x256.png" }, "manifest_version": 3 } |