Doddle Widget

Screen capture for bugs and tasks to your channels in Doddle

Doddle Widget là gì?

Doddle Widget là một tiện ích mở rộng Chrome được phát triển bởi https://getdoddle.com, và tính năng chính của nó là "Screen capture for bugs and tasks to your channels in Doddle".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Doddle Widget

Tải xuống các tệp mở rộng Doddle Widget dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Doddle Widget Doddle Widget
ID lhfbdflkcebmodcpkongeedpgclekala
URL Chính Thức https://chromewebstore.google.com/detail/doddle-widget/lhfbdflkcebmodcpkongeedpgclekala
Mô tả Screen capture for bugs and tasks to your channels in Doddle
Kích Thước Tệp 98.76 KB
Số Lần Cài Đặt 66
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2020-07-11
Ngày Phát Hành 2018-06-19
Đánh Giá 4.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://getdoddle.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://getdoddle.com
URL Trang Trợ Giúp https://getdoddle.com/widgethelp
URL Trang Chính Sách Bảo Mật https://getdoddle.com/Privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}