PullApprove
Integrates PullApprove into the GitHub interface
Wat is PullApprove?
PullApprove is een Chrome-extensie ontwikkeld door https://pullapprove.com, en de belangrijkste functie is "Integrates PullApprove into the GitHub interface".
Extensie Screenshots
Download het CRX-bestand van de extensie PullApprove
Download PullApprove-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | PullApprove |
ID | jfcmjfiigpabjhaacjpnlihifgfodjhj |
Officiële URL | https://chromewebstore.google.com/detail/pullapprove/jfcmjfiigpabjhaacjpnlihifgfodjhj |
Beschrijving | Integrates PullApprove into the GitHub interface |
Bestandsgrootte | 224 KB |
Aantal Installaties | 266 |
Huidige Versie | 0.1.2 |
Laatst Bijgewerkt | 2021-05-23 |
Publicatiedatum | 2021-01-21 |
Ontwikkelaar | https://pullapprove.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.pullapprove.com/ |
Help Pagina-URL | https://www.pullapprove.com/contact/ |
Ondersteunde Talen | 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" ] } ] } |