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
官方網址 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"
    ]
}