PullApprove

Integrates PullApprove into the GitHub interface

ما هو PullApprove؟

PullApprove هو إضافة Chrome تم تطويرها بواسطة https://pullapprove.com، والميزة الرئيسية لها هي "Integrates PullApprove into the GitHub interface".

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

screenshot
screenshot

تحميل ملف CRX للإضافة PullApprove

قم بتنزيل ملفات الامتداد PullApprove بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This extension embeds PullApprove information directly into the GitHub interface.

In order to do this, the extension has permission to view pages you browse on github.com. We don't collect any of your personal information, and the code for the extension is open-sourced at https://github.com/dropseed/pullapprove-browser-extension.                    

معلومات أساسية عن التمديد

الاسم PullApprove PullApprove
ID jfcmjfiigpabjhaacjpnlihifgfodjhj
عنوان URL الرسمي https://chromewebstore.google.com/detail/pullapprove/jfcmjfiigpabjhaacjpnlihifgfodjhj
الوصف Integrates PullApprove into the GitHub interface
حجم الملف 224 KB
عدد التثبيتات 266
النسخة الحالية 0.1.2
آخر تحديث 2021-05-23
تاريخ النشر 2021-01-21
المطور https://pullapprove.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.pullapprove.com/
عنوان صفحة المساعدة https://www.pullapprove.com/contact/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PullApprove",
    "version": "0.1.2",
    "author": "Dropseed",
    "description": "Integrates PullApprove into the GitHub interface",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "incognito": "split",
    "homepage_url": "https:\/\/www.pullapprove.com\/",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "dist\/content.js"
            ]
        }
    ]
}