Boardist Web clipper

Strengthen your experience with boardist.io

Τι είναι το Boardist Web clipper;

Το Boardist Web clipper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://boardist.io, και η κύρια λειτουργία του είναι "Strengthen your experience with boardist.io".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Boardist Web clipper

Λήψη αρχείων επέκτασης Boardist Web clipper σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
    }
}