BOLAS-knop

Bewaar en deel webpagina's en citaten gemakkelijk en snel in projecten binnen BOLAS.

What is BOLAS-knop?

BOLAS-knop is a Chrome extension developed by https://mijn.bolas.nl, and its main feature is "Bewaar en deel webpagina's en citaten gemakkelijk en snel in projecten binnen BOLAS.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download BOLAS-knop Extension CRX File

Download BOLAS-knop extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Met één klik webpagina's, artikelen, journals, boeken, aantekeningen, citaten bewaren en delen & je APA-lijst bijhouden en uitprinten. 

Een overzicht  in drie minuten: https://bolas.nl/wp-content/uploads/video/OverzichtBolasknop.mp4

Werkt alléén in combinatie met een geldig account op BOLAS.                    

Extension Basic Information

Name BOLAS-knop BOLAS-knop
ID nljkbkanmkicidcgljodbbbdhckibkpp
Official URL https://chromewebstore.google.com/detail/bolas-knop/nljkbkanmkicidcgljodbbbdhckibkpp
Description Bewaar en deel webpagina's en citaten gemakkelijk en snel in projecten binnen BOLAS.
File Size 1.93 MB
Installation Count 569
Current Version 7.0.0
Last Updated 2021-11-23
Publish Date 2018-03-02
Rating 5.00/5 Total 11 Ratings
Developer https://mijn.bolas.nl
Email [email protected]
Payment Type free
Extension Website https://www.bolas.nl
Help Page URL https://bolas.nl/wp-content/uploads/video/OverzichtBolasknop.mp4
Privacy Policy Page URL https://www.bolas.nl/privacy
Supported Languages nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BOLAS-knop",
    "description": "Bewaar en deel webpagina's en citaten gemakkelijk en snel in projecten binnen BOLAS.",
    "version": "7.0.0",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Webpagina opslaan"
    },
    "offline_enabled": false,
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "https:\/\/api.bolas.nl\/",
        "contextMenus",
        "notifications"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.bolas.nl\/*"
            ],
            "js": [
                "notify-installed.js"
            ]
        }
    ]
}