Original URL-Shortener

The Chrome extension that allows you to easily use your own Firebase Dynamic Links.

O que é Original URL-Shortener?

Original URL-Shortener é uma extensão do Chrome desenvolvida por Takashi Suzuki, e sua principal característica é "The Chrome extension that allows you to easily use your own Firebase Dynamic Links.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Original URL-Shortener

Baixe arquivos de extensão Original URL-Shortener no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        1. Use Google's Firebase to create a DynamicLink.
https://firebase.google.com/docs/dynamic-links?hl=en

2. Refer to the following page to get your API key.
https://firebase.google.com/docs/dynamic-links/rest?hl=en

You can use it by registering the above information to the app.                    

Informações Básicas da Extensão

Nome Original URL-Shortener Original URL-Shortener
ID eejcahhecmmnpmhljjincafmmbmocagc
URL Oficial https://chromewebstore.google.com/detail/original-url-shortener/eejcahhecmmnpmhljjincafmmbmocagc
Descrição The Chrome extension that allows you to easily use your own Firebase Dynamic Links.
Tamanho do Arquivo 2.32 MB
Contagem de Instalações 125
Versão Atual 0.1.2
Última Atualização 2022-10-25
Data de Publicação 2021-01-25
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Takashi Suzuki
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Original URL-Shortener",
    "version": "0.1.2",
    "description": "The Chrome extension that allows you to easily use your own Firebase Dynamic Links.",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "action": {
        "default_title": "Original Url-Shortener",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "tabs"
    ]
}