zipBoard

Enables screenshots for zipBoard

Что такое zipBoard?

zipBoard - это расширение Chrome, разработанное https://zipboard.co, и его основная функция - "Enables screenshots for zipBoard".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения zipBoard

Скачайте файлы расширений zipBoard в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название zipBoard zipBoard
ID hjggbopcacdchdecegldbeknhpeiheaf
Официальный URL https://chromewebstore.google.com/detail/zipboard/hjggbopcacdchdecegldbeknhpeiheaf
Описание Enables screenshots for zipBoard
Размер файла 4.06 MB
Количество установок 1,916
Текущая Версия 2.0.42
Последнее Обновление 2023-10-13
Дата публикации 2020-05-14
Рейтинг 4.69/5 Всего 13 оценок
Разработчик https://zipboard.co
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.zipboard.co
URL страницы помощи https://help.zipboard.co/
URL страницы политики конфиденциальности https://zipboard.co/privacy-policy
Поддерживаемые языки 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"
}