Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include URL or ID pointing to the extension on the web store for extension data gathering #30

Open
zleyyij opened this issue Feb 15, 2023 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@zleyyij
Copy link
Member

zleyyij commented Feb 15, 2023

-fox

@zleyyij zleyyij added the enhancement New feature or request label Feb 15, 2023
@XavierNCline
Copy link
Collaborator

This is a note to myself so I have this information after I'm done rewriting the code for browser extensions. Chrome extension IDs are the name of the folder they're found in under the profiles. A link can be obtained by appending this ID to the end of this link: https://chrome.google.com/webstore/detail/

@sealsrock12
Copy link
Collaborator

You would probably want to check if the extension is actually on the webstore instead of just blindly adding it to the json

@XavierNCline
Copy link
Collaborator

I don't really know if there's a good way to do this efficiently on data collection. Do you have an example of such an extension I could base off of?

@XavierNCline
Copy link
Collaborator

After some discussion it was decided the play on this is basically going to be passing the extension ID from Specify into Specified and having it hyperlinked to the web store Specified side. Worst case scenario a non-existent ID on the webstore will just 404

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants