Stackby Webclipper

Clip any web content to directly to your stacks in Stackby

Stackby Webclipper là gì?

Stackby Webclipper là một tiện ích mở rộng Chrome được phát triển bởi https://stackby.com, và tính năng chính của nó là "Clip any web content to directly to your stacks in Stackby".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Stackby Webclipper

Tải xuống các tệp mở rộng Stackby Webclipper 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

                        Clip any web content to directly to your stacks (databases) in Stackby. 

You can clip text and bring emails, hashtags, URLs and phone numbers from a webpage to any Stackby stack with just a single click. 

Just get an API key from your Stackby account and customize your web-clipper according to your needs - you can clip any text from a webpage and add it to an input table with a right click, or click on @ button to bring all the emails present on that webpage, click on '#' to get all the hashtags present from any webpage, URL icon to bring the current page URL or even phone number icon to bring all the phone numbers present on any webpage. 

You can then tag or label any clip with the single or multiple option column type or even assign it to any team members via collaborator column type. Best of all, this data can be visualized in a gallery layout in Stackby. 

Bring information from anywhere in your Stackby database and get things done. 

It's free for all Stackby users! 

Sign up on Stackby if you've not already: www.stackby.com/signup 🚀                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Stackby Webclipper Stackby Webclipper
ID kjkhpjfgbiedbaohfklagjmcdjhamoje
URL Chính Thức https://chromewebstore.google.com/detail/stackby-webclipper/kjkhpjfgbiedbaohfklagjmcdjhamoje
Mô tả Clip any web content to directly to your stacks in Stackby
Kích Thước Tệp 3.6 MB
Số Lần Cài Đặt 519
Phiên Bản Hiện Tại 1.0.9
Cập Nhật Lần Cuối 2023-03-31
Ngày Phát Hành 2020-06-16
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://stackby.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://stackby.com/
URL Trang Trợ Giúp https://help.stackby.com/article/89-stackby-web-clipper
URL Trang Chính Sách Bảo Mật https://stackby.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stackby Webclipper",
    "version": "1.0.9",
    "manifest_version": 2,
    "description": "Clip any web content to directly to your stacks in Stackby",
    "permissions": [
        "contextMenus",
        "http:\/\/*.stackby.com\/",
        "https:\/\/*.stackby.com\/",
        "*:\/\/*.stackby.com\/*"
    ],
    "background": {
        "scripts": [
            "app\/background.js"
        ]
    },
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "browser_action": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "\/static\/css\/app.css",
                "\/static\/css\/content.css"
            ],
            "js": [
                "\/static\/js\/0.chunk.js",
                "\/static\/js\/3.chunk.js",
                "\/static\/js\/content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "*",
        "index.html",
        "static\/*"
    ],
    "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'"
}