Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "SPCS Signin Automation",
"version": "1.0",
"description": "Automatically fills SPCS Signin form and submits",
"host_permissions": [
"https:\/\/*.snowflakecomputing.com\/oauth\/authorize*"
],
"content_scripts": [
{
"matches": [
"https:\/\/*.snowflakecomputing.com\/oauth\/authorize*"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
]
}