Doddle Widget

Screen capture for bugs and tasks to your channels in Doddle

Co to jest Doddle Widget?

Doddle Widget to rozszerzenie Chrome opracowane przez https://getdoddle.com, a jego główną funkcją jest „Screen capture for bugs and tasks to your channels in Doddle”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Doddle Widget

Pobierz pliki rozszerzeń Doddle Widget w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Doddle Widget Doddle Widget
ID lhfbdflkcebmodcpkongeedpgclekala
Oficjalny URL https://chromewebstore.google.com/detail/doddle-widget/lhfbdflkcebmodcpkongeedpgclekala
Opis Screen capture for bugs and tasks to your channels in Doddle
Rozmiar pliku 98.76 KB
Liczba instalacji 66
Aktualna Wersja 2.0.0
Ostatnia Aktualizacja 2020-07-11
Data Publikacji 2018-06-19
Ocena 4.20/5 Łącznie 5 Oceny
Deweloper https://getdoddle.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://getdoddle.com
Adres URL Strony Pomocy https://getdoddle.com/widgethelp
Adres URL Strony Polityki Prywatności https://getdoddle.com/Privacy
Obsługiwane Języki 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"
    ]
}