Doddle Widget

Screen capture for bugs and tasks to your channels in Doddle

Cos'è Doddle Widget?

Doddle Widget è un'estensione di Chrome sviluppata da https://getdoddle.com, e la sua funzione principale è "Screen capture for bugs and tasks to your channels in Doddle".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Doddle Widget

Scarica i file di estensione Doddle Widget in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Doddle Widget Doddle Widget
ID lhfbdflkcebmodcpkongeedpgclekala
URL Ufficiale https://chromewebstore.google.com/detail/doddle-widget/lhfbdflkcebmodcpkongeedpgclekala
Descrizione Screen capture for bugs and tasks to your channels in Doddle
Dimensione del File 98.76 KB
Conteggio Installazioni 66
Versione Corrente 2.0.0
Ultimo Aggiornamento 2020-07-11
Data di Pubblicazione 2018-06-19
Valutazione 4.20/5 Totale 5 Valutazioni
Sviluppatore https://getdoddle.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://getdoddle.com
URL della Pagina di Aiuto https://getdoddle.com/widgethelp
URL della Pagina della Politica sulla Privacy https://getdoddle.com/Privacy
Lingue Supportate 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"
    ]
}