# Package Identifiers

Find the correct package identifiers and signing details needed to allow or block apps in Aikido Device Protection. Each operating system and app ecosystem uses different identifiers and metadata.

## VSCode Marketplace / VSIX

Open the plugin you want to allow or block in the Marketplace and use the Identifier under installation.

<figure><img src="/files/Vf12EcQ0Grz9tWqMW8HO" alt=""><figcaption></figcaption></figure>

## Chrome extensions

You can find the identifier in the URL of the extension:

```
https://chromewebstore.google.com/detail/name-of-extension/identifier
```

For example in the case of [Lighthouse](https://chromewebstore.google.com/detail/lighthouse/blipmdconlkpinefehnmjammfjpmpbjk):

```
url: https://chromewebstore.google.com/detail/lighthouse/blipmdconlkpinefehnmjammfjpmpbjk
identifier: blipmdconlkpinefehnmjammfjpmpbjk
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.aikido.dev/aikido-device-protection/miscellaneous-aikido-endpoint/package-identifiers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
