You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following our conversation @hassan3kb, I discuss here the refactoring of "extension" part that first doesn't align with our current design in workspace (@richagarg278).
We should have the following section:
Connect to Naas Lab: the user can input his Naas token
Add Connections: the user see a list of tools and a toggle (on/off/grey when not available) similar to the models section button in Naas/Admin https://naas.ai/account/models - we can put the request new connection in the admin section at the end
Trigger Jos: the user can "Add Jobs" then see the dropdown with all his jobs, then the payload, then run button.
Manage Extension: the user can "Request new connection" "Report Issue" or "Go to Developer's Page" leading to the GitHub repo.
jravenel
changed the title
Add Any Third Pary Cookies in Chrome Extension Config
As a dev, I need to add the ability to add any Third Pary Cookies in Chrome Extension Config
Jun 6, 2024
I want to be able to setup a configuration file in JSON for my chrome extension, that will list:
{
"tool": "LinkedIn",
"domain": "https://www.linkedin.com/"
"cookies_to_secrets": {"li_at": "LINKEDIN_LI_AT", "JSESSSIONID": "LINKEDIN_JSESSSIONID"}
}
The text was updated successfully, but these errors were encountered: