Doddle Widget

Screen capture for bugs and tasks to your channels in Doddle

¿Qué es Doddle Widget?

Doddle Widget es una extensión de Chrome desarrollada por https://getdoddle.com, y su función principal es "Screen capture for bugs and tasks to your channels in Doddle".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Doddle Widget

Descarga archivos de extensión Doddle Widget en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Doddle Widget Doddle Widget
ID lhfbdflkcebmodcpkongeedpgclekala
URL Oficial https://chromewebstore.google.com/detail/doddle-widget/lhfbdflkcebmodcpkongeedpgclekala
Descripción Screen capture for bugs and tasks to your channels in Doddle
Tamaño del Archivo 98.76 KB
Cantidad de Instalaciones 66
Versión Actual 2.0.0
Última Actualización 2020-07-11
Fecha de Publicación 2018-06-19
Calificación 4.20/5 Total de 5 Calificaciones
Desarrollador https://getdoddle.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://getdoddle.com
URL de la Página de Ayuda https://getdoddle.com/widgethelp
URL de la Página de Política de Privacidad https://getdoddle.com/Privacy
Idiomas Soportados 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"
    ]
}