PullApprove

Integrates PullApprove into the GitHub interface

Vad är PullApprove?

PullApprove är en Chrome-tillägg utvecklad av https://pullapprove.com, och dess huvudfunktion är "Integrates PullApprove into the GitHub interface".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner PullApprove-förlängningens CRX-fil

Ladda ner PullApprove-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn PullApprove PullApprove
ID jfcmjfiigpabjhaacjpnlihifgfodjhj
Officiell webbadress https://chromewebstore.google.com/detail/pullapprove/jfcmjfiigpabjhaacjpnlihifgfodjhj
Beskrivning Integrates PullApprove into the GitHub interface
Filstorlek 224 KB
Antal Installationer 266
Aktuell Version 0.1.2
Senast Uppdaterad 2021-05-23
Publiceringsdatum 2021-01-21
Utvecklare https://pullapprove.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.pullapprove.com/
Hjälpsida URL https://www.pullapprove.com/contact/
Stödda Språk 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"
            ]
        }
    ]
}