PullApprove

Integrates PullApprove into the GitHub interface

Hvad er PullApprove?

PullApprove er en Chrome-udvidelse udviklet af https://pullapprove.com, og dens hovedfunktion er "Integrates PullApprove into the GitHub interface".

Udvidelsesskærmbilleder

screenshot
screenshot

Download PullApprove-udvidelses-CRX-fil

Download PullApprove-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn PullApprove PullApprove
ID jfcmjfiigpabjhaacjpnlihifgfodjhj
Officiel URL https://chromewebstore.google.com/detail/pullapprove/jfcmjfiigpabjhaacjpnlihifgfodjhj
Beskrivelse Integrates PullApprove into the GitHub interface
Filstørrelse 224 KB
Antal Installationer 266
Nuværende Version 0.1.2
Senest Opdateret 2021-05-23
Udgivelsesdato 2021-01-21
Udvikler https://pullapprove.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.pullapprove.com/
Hjælpeside-URL https://www.pullapprove.com/contact/
Understøttede Sprog 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"
            ]
        }
    ]
}