Doddle Widget

Screen capture for bugs and tasks to your channels in Doddle

什么是Doddle Widget?

Doddle Widget是由https://getdoddle.com开发的Chrome扩展程序,该扩展的主要功能是“Screen capture for bugs and tasks to your channels in Doddle”。

扩展截图

screenshot

下载Doddle Widget扩展crx文件

下载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"
    ]
}