Doddle Widget

Screen capture for bugs and tasks to your channels in Doddle

Co je Doddle Widget?

Doddle Widget je rozšíření Chrome vyvinuté https://getdoddle.com, a jeho hlavní funkcí je „Screen capture for bugs and tasks to your channels in Doddle“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Doddle Widget

Stáhněte si soubory rozšíření Doddle Widget ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Doddle Widget Doddle Widget
ID lhfbdflkcebmodcpkongeedpgclekala
Oficiální URL https://chromewebstore.google.com/detail/doddle-widget/lhfbdflkcebmodcpkongeedpgclekala
Popis Screen capture for bugs and tasks to your channels in Doddle
Velikost souboru 98.76 KB
Počet instalací 66
Aktuální Verze 2.0.0
Poslední Aktualizace 2020-07-11
Datum Vydání 2018-06-19
Hodnocení 4.20/5 Celkem 5 Hodnocení
Vývojář https://getdoddle.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://getdoddle.com
URL Stránky Nápovědy https://getdoddle.com/widgethelp
URL Stránky Zásad Ochrany Soukromí https://getdoddle.com/Privacy
Podporované Jazyky 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"
    ]
}