zipBoard

Enables screenshots for zipBoard

Wat is zipBoard?

zipBoard is een Chrome-extensie ontwikkeld door https://zipboard.co, en de belangrijkste functie is "Enables screenshots for zipBoard".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie zipBoard

Download zipBoard-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        zipBoard lets you take screenshots, annotate & collaborate on web pages and e-learning courses for a visual bug tracking experience. You have to sign up for zipBoard at www.zipboard.co and it automatically prompts you to download this extension.
This extension lets you take screenshots of your pages and allow creating bugs with annotated images when used inside zipBoard. 
You can also use it for responsive testing. It lets you view your webpage in different resolutions and accordingly file bugs. zipBoard integrates with JIRA & slack so that you can include it in your current bug tracking and or collaboration workflow.                    

Basisinformatie over de Extensie

Naam zipBoard zipBoard
ID hjggbopcacdchdecegldbeknhpeiheaf
Officiële URL https://chromewebstore.google.com/detail/zipboard/hjggbopcacdchdecegldbeknhpeiheaf
Beschrijving Enables screenshots for zipBoard
Bestandsgrootte 4.06 MB
Aantal Installaties 1,916
Huidige Versie 2.0.42
Laatst Bijgewerkt 2023-10-13
Publicatiedatum 2020-05-14
Beoordeling 4.69/5 Totaal 13 Beoordelingen
Ontwikkelaar https://zipboard.co
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.zipboard.co
Help Pagina-URL https://help.zipboard.co/
URL van de Privacybeleid Pagina https://zipboard.co/privacy-policy
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "zipBoard",
    "version": "2.0.42",
    "description": "Enables screenshots for zipBoard",
    "homepage_url": "https:\/\/app.zipboard.co\/",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqd0I+aQN87DEXvDl+FLk\/pQSxDXe\/lixkGzCC1WZCo5ojWh5tdj8aKBCzdml+6EkU0I4BS0LA5wSzYMfuQwvV5v0m1jGkIWqayowWtFnIaiZdpWRE\/TmJRV4c2\/tC\/HDo2NwXFIWY8LnA9\/8xP0mI06nbooTFgx\/r0AUKm3G7ZrOGDtlh354AiQiIBbX7NStMNE274ozBOlSd04Gqt2BRuYkkYv9xA\/sklhHhHajwR8Rt41gwvNyUpZYJN+s+ZpfNdxDIFXkkWPVvtL9wQZ5cfD\/89Zv5+KgpM7smvsO919E\/c7myho6FetWeIYrGToBQ77yX1Vt348mNjcO+cMJCwIDAQAB",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabCapture",
        "activeTab",
        "declarativeNetRequest",
        "storage",
        "desktopCapture",
        "notifications",
        "cookies",
        "unlimitedStorage",
        "webNavigation"
    ],
    "host_permissions": [
        ""
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "css\/zb-custom.css",
                "vendor\/sweetalert\/sweetalert.css",
                "vendor\/font-awesome\/css\/font-awesome.min.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "iframecontent.js"
            ],
            "css": [
                "css\/zb-helpers.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "img\/ZB_Logo_16x16.png",
            "24": "img\/ZB_Logo_24x24.png",
            "32": "img\/ZB_Logo_32x32.png"
        },
        "default_title": "zipBoard"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css\/*",
                "vendor\/jquery.js",
                "img\/building-your-screen.gif",
                "img\/faviconNew.png",
                "img\/ZB_Logo_24x24.png",
                "img\/tab.png",
                "img\/desktop.png",
                "img\/mic.png",
                "img\/audio.png",
                "img\/permission.png",
                "img\/371.GIF",
                "vendor\/font-awesome\/*",
                "vendor\/pages.css",
                "ui\/permission\/mic.html",
                "ui\/permission\/cam.html",
                "img\/ZB_Logo_128x128.png",
                "img\/logo.png",
                "img\/ZB_Logo_48x48.png",
                "zbscormscript.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "img\/ZB_Logo_16x16.png",
        "48": "img\/ZB_Logo_48x48.png",
        "128": "img\/ZB_Logo_128x128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+Z",
                "mac": "Command+Shift+Z"
            }
        },
        "fullpage-screenshot-shortcut": {
            "suggested_key": {
                "default": "Ctrl+Shift+2",
                "mac": "Command+Shift+2"
            },
            "description": "fullpage-screenshot-shortcut"
        },
        "screenshot-shortcut": {
            "suggested_key": {
                "default": "Ctrl+Shift+1",
                "mac": "Command+Shift+1"
            },
            "description": "screenshot-shortcut"
        }
    },
    "incognito": "split"
}