Stackby Webclipper

Clip any web content to directly to your stacks in Stackby

Stackby Webclipper란 무엇입니까?

Stackby Webclipper은(는) https://stackby.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Clip any web content to directly to your stacks in Stackby"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Stackby Webclipper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 🚀                    

확장 프로그램 기본 정보

이름 Stackby Webclipper Stackby Webclipper
ID kjkhpjfgbiedbaohfklagjmcdjhamoje
공식 URL https://chromewebstore.google.com/detail/stackby-webclipper/kjkhpjfgbiedbaohfklagjmcdjhamoje
설명 Clip any web content to directly to your stacks in Stackby
파일 크기 3.6 MB
설치 횟수 519
현재 버전 1.0.9
최근 업데이트 2023-03-31
출시 날짜 2020-06-16
평점 5.00/5 총 3 개의 평점
개발자 https://stackby.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://stackby.com/
도움말 페이지 URL https://help.stackby.com/article/89-stackby-web-clipper
개인정보 보호 정책 페이지 URL https://stackby.com/privacy
지원되는 언어 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'"
}