PullApprove

Integrates PullApprove into the GitHub interface

What is PullApprove?

PullApprove is a Chrome extension developed by https://pullapprove.com, and its main feature is "Integrates PullApprove into the GitHub interface".

Extension Screenshots

screenshot
screenshot

Download PullApprove Extension CRX File

Download PullApprove extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name PullApprove PullApprove
ID jfcmjfiigpabjhaacjpnlihifgfodjhj
Official URL https://chromewebstore.google.com/detail/pullapprove/jfcmjfiigpabjhaacjpnlihifgfodjhj
Description Integrates PullApprove into the GitHub interface
File Size 224 KB
Installation Count 266
Current Version 0.1.2
Last Updated 2021-05-23
Publish Date 2021-01-21
Developer https://pullapprove.com
Email [email protected]
Payment Type free
Extension Website https://www.pullapprove.com/
Help Page URL https://www.pullapprove.com/contact/
Supported Languages 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"
            ]
        }
    ]
}