Boardist Web clipper
Strengthen your experience with boardist.io
Boardist Web clipper là gì?
Boardist Web clipper là một tiện ích mở rộng Chrome được phát triển bởi https://boardist.io, và tính năng chính của nó là "Strengthen your experience with boardist.io".
Ả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 Boardist Web clipper
Tải xuống các tệp mở rộng Boardist Web clipper 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
Streamline your workflow with the Boardist Extension With the help of the extension you are able to: - Save opened tabs into a board - Save active tab data - Synchonise Chrome bookmarks with Boardist We are going to expand the integration of the platform with the extension in future updates: - Kanban & Pomodoro timer sync; - The possibility to upload data from other websites to your boards with more ease. v. 1.4.0 - Improve boardist.io token refresh v. 1.3.1 - Search through non-archived widgets and boards only
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Boardist Web clipper |
ID | oklkocdpbpkmoeepenloempjknbhaaal |
URL Chính Thức | https://chromewebstore.google.com/detail/boardist-web-clipper/oklkocdpbpkmoeepenloempjknbhaaal |
Mô tả | Strengthen your experience with boardist.io |
Kích Thước Tệp | 254 KB |
Số Lần Cài Đặt | 41 |
Phiên Bản Hiện Tại | 1.4.1 |
Cập Nhật Lần Cuối | 2021-08-23 |
Ngày Phát Hành | 2020-04-03 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://boardist.io |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://boardist.io/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Boardist Web clipper", "author": "Elvin Dzhavadov", "version": "1.4.1", "description": "Strengthen your experience with boardist.io", "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "identity", "bookmarks", "storage", "activeTab", "tabs" ], "manifest_version": 2, "browser_specific_settings": { "gecko": { "id": "{f8ea2770-b163-4c7e-9a3f-84ac1650c3a7}", "strict_min_version": "57.0" } }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Boardist.io", "default_icon": "assets\/favicon-32x32.png", "default_popup": "popup.html" }, "commands": { "_execute_browser_action": { "description": "Save to Boardist", "suggested_key": { "chromeos": "Ctrl+Shift+K", "linux": "Ctrl+Shift+K", "mac": "Command+Shift+K", "windows": "Ctrl+Shift+K" } } }, "icons": { "16": "assets\/favicon-16x16.png", "32": "assets\/favicon-32x32.png", "128": "assets\/favicon-128x128.png" } } |