Filestage – Where the best work gets approved
Add comments to live websites and interactive content in Filestage
Filestage – Where the best work gets approved là gì?
Filestage – Where the best work gets approved là một tiện ích mở rộng Chrome được phát triển bởi Filestage, và tính năng chính của nó là "Add comments to live websites and interactive content in Filestage".
Ả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 Filestage – Where the best work gets approved
Tải xuống các tệp mở rộng Filestage – Where the best work gets approved 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
Filestage is a review and approval platform that helps you share, discuss, and approve all your files, all in one place. With the official extension for Chrome , you can review live websites. You and your reviewers can browse through the website, interact with content, and add comments with full context – just like you do for all your other file formats. Here are a few ways it could help your team: - Review dynamic content like interactive maps - Collect feedback on 3D models or 360° images and videos - Share interactive prototypes from tools like Figma, Adobe XD, Invision, and Sketch - Review iCloud files like Keynote, Pages, and Numbers - Iterate on live documents like your privacy policy or terms and conditions
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Filestage – Where the best work gets approved |
ID | jpgnokfolagdlepfgoihhdfmbanfecgk |
URL Chính Thức | https://chromewebstore.google.com/detail/filestage-%E2%80%93-where-the-bes/jpgnokfolagdlepfgoihhdfmbanfecgk |
Mô tả | Add comments to live websites and interactive content in Filestage |
Kích Thước Tệp | 11.42 KB |
Số Lần Cài Đặt | 3,509 |
Phiên Bản Hiện Tại | 2.0.0 |
Cập Nhật Lần Cuối | 2023-01-05 |
Ngày Phát Hành | 2021-10-24 |
Đánh Giá | 5.00/5 Tổng số 19 Đánh Giá |
Nhà Phát Triển | Filestage |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://filestage.io/ |
URL Trang Trợ Giúp | https://filestage.io/contact/ |
Ngôn Ngữ Được Hỗ Trợ | de,en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "2.0.0", "default_locale": "en", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/app.filestage.io\/*", "*:\/\/*.dev.filestage.io\/*", "https:\/\/localhost\/*" ], "exclude_matches": [ "https:\/\/media.private.filestage.io\/*", "https:\/\/media.filestage.io\/*" ], "js": [ "content-script.js" ], "all_frames": false } ], "action": { "default_icon": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "default_title": "__MSG_appName__" }, "permissions": [ "activeTab", "declarativeNetRequest", "tabs" ], "host_permissions": [ " |