Original URL-Shortener
The Chrome extension that allows you to easily use your own Firebase Dynamic Links.
Vad är Original URL-Shortener?
Original URL-Shortener är en Chrome-tillägg utvecklad av Takashi Suzuki, och dess huvudfunktion är "The Chrome extension that allows you to easily use your own Firebase Dynamic Links.".
Tilläggsskärmbilder
Ladda ner Original URL-Shortener-förlängningens CRX-fil
Ladda ner Original URL-Shortener-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | eejcahhecmmnpmhljjincafmmbmocagc |
| Officiell webbadress | https://chromewebstore.google.com/detail/original-url-shortener/eejcahhecmmnpmhljjincafmmbmocagc |
| Beskrivning | The Chrome extension that allows you to easily use your own Firebase Dynamic Links. |
| Filstorlek | 2.32 MB |
| Antal Installationer | 125 |
| Aktuell Version | 0.1.2 |
| Senast Uppdaterad | 2022-10-25 |
| Publiceringsdatum | 2021-01-25 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | Takashi Suzuki |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |