Doddle Widget

Screen capture for bugs and tasks to your channels in Doddle

Qu'est-ce que Doddle Widget ?

Doddle Widget est une extension Chrome développée par https://getdoddle.com, et sa fonction principale est "Screen capture for bugs and tasks to your channels in Doddle".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Doddle Widget

Téléchargez les fichiers d'extension Doddle Widget au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Doddle Widget Doddle Widget
ID lhfbdflkcebmodcpkongeedpgclekala
URL Officiel https://chromewebstore.google.com/detail/doddle-widget/lhfbdflkcebmodcpkongeedpgclekala
Description Screen capture for bugs and tasks to your channels in Doddle
Taille du Fichier 98.76 KB
Nombre d'Installations 66
Version Actuelle 2.0.0
Dernière Mise à Jour 2020-07-11
Date de Publication 2018-06-19
Évaluation 4.20/5 Total 5 Évaluations
Développeur https://getdoddle.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://getdoddle.com
URL de la Page d'Aide https://getdoddle.com/widgethelp
URL de la Page de Politique de Confidentialité https://getdoddle.com/Privacy
Langues Prises en Charge 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"
    ]
}