banyan/github-story-points

Enable on GitHub Enterprise hostings

koppor opened this issue · 7 comments

Is it possible to enable this extension for a GitHub enterprise hosting, too?

Refined-Github can also be enabled on GitHub enterprise:

image

@koppor

Thanks! I can handle when I have time. also pull request is welcome! 👍

I recently published 2 modules that might help you with this:

https://github.com/fregante/webext-domain-permission-toggle
https://github.com/fregante/webext-dynamic-content-scripts

You'd just need:

npm i webext-domain-permission-toggle webext-dynamic-content-scripts
// in background.js
import 'webext-dynamic-content-scripts';
import addDomainPermissionToggle from 'webext-domain-permission-toggle';

addDomainPermissionToggle();

And some adjustments to manifest.json

@fregante

Thanks for the info!!

Applied #8 (comment). (Thanks @fregante for great library!!)

image

@koppor would you check if this works on your GHE environment?
(Published as 0.2.7: https://chrome.google.com/webstore/detail/github-story-points/fdhfdpafombnahpjjjcfopmehfofbdko)

Here you'll also find more about how it works by the way

Works great. Thank you for the quick reaction!

Good to hear!