Doddle Widget

Screen capture for bugs and tasks to your channels in Doddle

Apa itu Doddle Widget?

Doddle Widget adalah ekstensi Chrome yang dikembangkan oleh https://getdoddle.com, dan fitur utamanya adalah "Screen capture for bugs and tasks to your channels in Doddle".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Doddle Widget

Unduh file ekstensi Doddle Widget dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Doddle Widget Doddle Widget
ID lhfbdflkcebmodcpkongeedpgclekala
URL Resmi https://chromewebstore.google.com/detail/doddle-widget/lhfbdflkcebmodcpkongeedpgclekala
Deskripsi Screen capture for bugs and tasks to your channels in Doddle
Ukuran File 98.76 KB
Jumlah Instalasi 66
Versi Saat Ini 2.0.0
Terakhir Diperbarui 2020-07-11
Tanggal Publikasi 2018-06-19
Penilaian 4.20/5 Total 5 Penilaian
Pengembang https://getdoddle.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://getdoddle.com
URL Halaman Bantuan https://getdoddle.com/widgethelp
URL Halaman Kebijakan Privasi https://getdoddle.com/Privacy
Bahasa yang Didukung 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"
    ]
}