Boardist Web clipper

Strengthen your experience with boardist.io

Boardist Web clipper क्या है?

Boardist Web clipper https://boardist.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Strengthen your experience with boardist.io"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Boardist Web clipper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}