Doddle Widget

Screen capture for bugs and tasks to your channels in Doddle

Doddle Widgetคืออะไร?

Doddle Widget เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://getdoddle.com และคุณลักษณะหลักของมันคือ "Screen capture for bugs and tasks to your channels in Doddle"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Doddle Widget

ดาวน์โหลดไฟล์ส่วนขยาย Doddle Widget ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Doddle Widget Doddle Widget
ID lhfbdflkcebmodcpkongeedpgclekala
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/doddle-widget/lhfbdflkcebmodcpkongeedpgclekala
คำอธิบาย Screen capture for bugs and tasks to your channels in Doddle
ขนาดไฟล์ 98.76 KB
จำนวนการติดตั้ง 66
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2020-07-11
วันที่เผยแพร่ 2018-06-19
คะแนน 4.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://getdoddle.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://getdoddle.com
URL หน้าช่วยเหลือ https://getdoddle.com/widgethelp
URL หน้านโยบายความเป็นส่วนตัว https://getdoddle.com/Privacy
ภาษาที่รองรับ 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"
    ]
}