Doddle Widget

Screen capture for bugs and tasks to your channels in Doddle

O que é Doddle Widget?

Doddle Widget é uma extensão do Chrome desenvolvida por https://getdoddle.com, e sua principal característica é "Screen capture for bugs and tasks to your channels in Doddle".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Doddle Widget

Baixe arquivos de extensão Doddle Widget no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Doddle Widget Doddle Widget
ID lhfbdflkcebmodcpkongeedpgclekala
URL Oficial https://chromewebstore.google.com/detail/doddle-widget/lhfbdflkcebmodcpkongeedpgclekala
Descrição Screen capture for bugs and tasks to your channels in Doddle
Tamanho do Arquivo 98.76 KB
Contagem de Instalações 66
Versão Atual 2.0.0
Última Atualização 2020-07-11
Data de Publicação 2018-06-19
Classificação 4.20/5 Total de 5 Avaliações
Desenvolvedor https://getdoddle.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://getdoddle.com
URL da Página de Ajuda https://getdoddle.com/widgethelp
URL da Página de Política de Privacidade https://getdoddle.com/Privacy
Idiomas Suportados 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"
    ]
}