Skip to content
This repository was archived by the owner on May 18, 2026. It is now read-only.
This repository was archived by the owner on May 18, 2026. It is now read-only.

Can't see Password Alert logs on Chrome #115

@OsamaMM

Description

@OsamaMM

I deployed Password Alert for a G Suite domain on App Engine alongside with the Chrome extension following Google guide (http://bit.ly/2Fk772O). Yet on the browser side, I couldn’t find the extension’s logs because it seems the background page link is not presented even in developer mode (chapters “View the thumbnail in Chrome’s local storage” & “View background page logs for the Password Alert Chrome extension” of Google procedure (http://bit.ly/2Fi64QK)). I Also do not see the javascript logs of chapter “View content script logs for the Password Alert Chrome extension”.

Do I have to change some parameter in the extension’s configuration to get the extension logs on the browser side or can I get these Logs somewhere else?.


Extension configuration file

{
"corp_email_domain": {
"Value": "@mydomain"
},

"corp_html": {
"Value": ["Primary",
"Primary SSO Page"]
},

"corp_html_tight": {
"Value": ["CHANGE ME <title>uniquely for your SSO page",
"CHANGE ME some more unique HTML from your SSO page here"]
},

"security_email_address": {
"Value": "testaccount@Mydomain"
},

"sso_form_selector": {
"Value": "#loginForm"
},

"sso_password_selector": {
"Value": "#loginForm #password"
},

"sso_url": {
"Value": "https://sso.example.com/"
},

"sso_username_selector": {
"Value": "#loginForm #username"
},

"whitelist_top_domains": {
"Value": []
},

"report_url": {
"Value": "myapp.appspot.com/report/"
},

"should_initialize_password": {
"Value": true
},

"domain_auth_secret": {
"Value": "abcdef"
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions