PullApprove
Integrates PullApprove into the GitHub interface
Apa itu PullApprove?
PullApprove adalah ekstensi Chrome yang dikembangkan oleh https://pullapprove.com, dan fitur utamanya adalah "Integrates PullApprove into the GitHub interface".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi PullApprove
Unduh file ekstensi PullApprove dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | PullApprove |
ID | jfcmjfiigpabjhaacjpnlihifgfodjhj |
URL Resmi | https://chromewebstore.google.com/detail/pullapprove/jfcmjfiigpabjhaacjpnlihifgfodjhj |
Deskripsi | Integrates PullApprove into the GitHub interface |
Ukuran File | 224 KB |
Jumlah Instalasi | 266 |
Versi Saat Ini | 0.1.2 |
Terakhir Diperbarui | 2021-05-23 |
Tanggal Publikasi | 2021-01-21 |
Pengembang | https://pullapprove.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.pullapprove.com/ |
URL Halaman Bantuan | https://www.pullapprove.com/contact/ |
Bahasa yang Didukung | 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" ] } ] } |