Doddle Widget

Screen capture for bugs and tasks to your channels in Doddle

ما هو Doddle Widget؟

Doddle Widget هو إضافة Chrome تم تطويرها بواسطة https://getdoddle.com، والميزة الرئيسية لها هي "Screen capture for bugs and tasks to your channels in Doddle".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Doddle Widget

قم بتنزيل ملفات الامتداد Doddle Widget بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة https://getdoddle.com/widgethelp
عنوان صفحة سياسة الخصوصية 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"
    ]
}