VMO Link
Shorten your link and make it more beautiful
Co to jest VMO Link?
VMO Link to rozszerzenie Chrome opracowane przez tranvanmydev, a jego główną funkcją jest „Shorten your link and make it more beautiful”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia VMO Link
Pobierz pliki rozszerzeń VMO Link w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Build a shortenLink page for your business and everyone
Is a tool to help you shorten your link.
Make your link shorter and more professional Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ckcaonfopeckokppommaghjldcjopeci |
| Oficjalny URL | https://chromewebstore.google.com/detail/vmo-link/ckcaonfopeckokppommaghjldcjopeci |
| Opis | Shorten your link and make it more beautiful |
| Rozmiar pliku | 351 KB |
| Liczba instalacji | 140 |
| Aktualna Wersja | 1.2 |
| Ostatnia Aktualizacja | 2022-05-19 |
| Data Publikacji | 2022-05-14 |
| Ocena | 5.00/5 Łącznie 2 Oceny |
| Deweloper | tranvanmydev |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://vmo.link/ |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "VMO Link",
"description": "Shorten your link and make it more beautiful",
"version": "1.2",
"action": {
"default_popup": "index.html",
"default_icon": {
"16": "\/static\/images\/logo.png",
"32": "\/static\/images\/logo.png",
"48": "\/static\/images\/logo.png",
"128": "\/static\/images\/logo.png"
}
},
"icons": {
"16": "\/static\/images\/logo.png",
"32": "\/static\/images\/logo.png",
"48": "\/static\/images\/logo.png"
},
"permissions": [
"tabs"
],
"host_permissions": [
"https:\/\/vmo.link\/",
"*:\/\/*\/*"
]
} | |