PullApprove

Integrates PullApprove into the GitHub interface

Was ist PullApprove?

PullApprove ist eine Chrome-Erweiterung, die von https://pullapprove.com entwickelt wurde, und ihr Hauptmerkmal ist "Integrates PullApprove into the GitHub interface".

Erweiterungsscreenshots

screenshot
screenshot

PullApprove-Erweiterungs-CRX-Datei herunterladen

Laden Sie PullApprove-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name PullApprove PullApprove
ID jfcmjfiigpabjhaacjpnlihifgfodjhj
Offizielle URL https://chromewebstore.google.com/detail/pullapprove/jfcmjfiigpabjhaacjpnlihifgfodjhj
Beschreibung Integrates PullApprove into the GitHub interface
Dateigröße 224 KB
Installationsanzahl 266
Aktuelle Version 0.1.2
Letztes Update 2021-05-23
Veröffentlichungsdatum 2021-01-21
Entwickler https://pullapprove.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.pullapprove.com/
Hilfeseite URL https://www.pullapprove.com/contact/
Unterstützte Sprachen 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"
            ]
        }
    ]
}