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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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