Boardist Web clipper

Strengthen your experience with boardist.io

Boardist Web clipper란 무엇입니까?

Boardist Web clipper은(는) https://boardist.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Strengthen your experience with boardist.io"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Boardist Web clipper 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Boardist Web clipper Boardist Web clipper
ID oklkocdpbpkmoeepenloempjknbhaaal
공식 URL https://chromewebstore.google.com/detail/boardist-web-clipper/oklkocdpbpkmoeepenloempjknbhaaal
설명 Strengthen your experience with boardist.io
파일 크기 254 KB
설치 횟수 41
현재 버전 1.4.1
최근 업데이트 2021-08-23
출시 날짜 2020-04-03
평점 5.00/5 총 1 개의 평점
개발자 https://boardist.io
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://boardist.io/privacy
지원되는 언어 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"
    }
}