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
Eメール [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"
    ]
}