Doddle Widget

Screen capture for bugs and tasks to your channels in Doddle

Was ist Doddle Widget?

Doddle Widget ist eine Chrome-Erweiterung, die von https://getdoddle.com entwickelt wurde, und ihr Hauptmerkmal ist "Screen capture for bugs and tasks to your channels in Doddle".

Erweiterungsscreenshots

screenshot

Doddle Widget-Erweiterungs-CRX-Datei herunterladen

Laden Sie Doddle Widget-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Doddle Widget Doddle Widget
ID lhfbdflkcebmodcpkongeedpgclekala
Offizielle URL https://chromewebstore.google.com/detail/doddle-widget/lhfbdflkcebmodcpkongeedpgclekala
Beschreibung Screen capture for bugs and tasks to your channels in Doddle
Dateigröße 98.76 KB
Installationsanzahl 66
Aktuelle Version 2.0.0
Letztes Update 2020-07-11
Veröffentlichungsdatum 2018-06-19
Bewertung 4.20/5 Insgesamt 5 Bewertungen
Entwickler https://getdoddle.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://getdoddle.com
Hilfeseite URL https://getdoddle.com/widgethelp
URL der Datenschutzrichtlinien-Seite https://getdoddle.com/Privacy
Unterstützte Sprachen 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"
    ]
}