Doddle Widget

Screen capture for bugs and tasks to your channels in Doddle

Что такое Doddle Widget?

Doddle Widget - это расширение Chrome, разработанное https://getdoddle.com, и его основная функция - "Screen capture for bugs and tasks to your channels in Doddle".

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

screenshot

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

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

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

                        This is the official Chrome widget to compliment Doddle.  It allows you to feedback on a website, creating tasks directly in Doddle along with screenshots!

Doddle is your ultimate communication and collaboration platform enabling YOU to work smarter. With intuitive channels and bespoke workflows you can build, it allows you to streamline your conversations for a more efficient and effective way of working and collaborating. Even better, you can get it FREE now!

Work really is a doddle, when you getdoddle!                    

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

Название Doddle Widget Doddle Widget
ID lhfbdflkcebmodcpkongeedpgclekala
Официальный URL https://chromewebstore.google.com/detail/doddle-widget/lhfbdflkcebmodcpkongeedpgclekala
Описание Screen capture for bugs and tasks to your channels in Doddle
Размер файла 98.76 KB
Количество установок 66
Текущая Версия 2.0.0
Последнее Обновление 2020-07-11
Дата публикации 2018-06-19
Рейтинг 4.20/5 Всего 5 оценок
Разработчик https://getdoddle.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://getdoddle.com
URL страницы помощи https://getdoddle.com/widgethelp
URL страницы политики конфиденциальности https://getdoddle.com/Privacy
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Doddle Widget",
    "short_name": "Doddle",
    "version": "2.0.0",
    "manifest_version": 2,
    "description": "Screen capture for bugs and tasks to your channels in Doddle",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "logo-white.png",
        "bug-icon.png",
        "feature-icon.png",
        "pin.png",
        "papyruswidget.css"
    ]
}