Doddle Widget

Screen capture for bugs and tasks to your channels in Doddle

What is Doddle Widget?

Doddle Widget is a Chrome extension developed by https://getdoddle.com, and its main feature is "Screen capture for bugs and tasks to your channels in Doddle".

Extension Screenshots

screenshot

Download Doddle Widget Extension CRX File

Download Doddle Widget extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Doddle Widget Doddle Widget
ID lhfbdflkcebmodcpkongeedpgclekala
Official URL https://chromewebstore.google.com/detail/doddle-widget/lhfbdflkcebmodcpkongeedpgclekala
Description Screen capture for bugs and tasks to your channels in Doddle
File Size 98.76 KB
Installation Count 66
Current Version 2.0.0
Last Updated 2020-07-11
Publish Date 2018-06-19
Rating 4.20/5 Total 5 Ratings
Developer https://getdoddle.com
Email [email protected]
Payment Type free
Extension Website https://getdoddle.com
Help Page URL https://getdoddle.com/widgethelp
Privacy Policy Page URL https://getdoddle.com/Privacy
Supported Languages 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"
    ]
}