VMO Link
Shorten your link and make it more beautiful
Vad är VMO Link?
VMO Link är en Chrome-tillägg utvecklad av tranvanmydev, och dess huvudfunktion är "Shorten your link and make it more beautiful".
Tilläggsskärmbilder
Ladda ner VMO Link-förlängningens CRX-fil
Ladda ner VMO Link-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
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 Grundläggande Information om Tillägg
| Namn | |
| ID | ckcaonfopeckokppommaghjldcjopeci |
| Officiell webbadress | https://chromewebstore.google.com/detail/vmo-link/ckcaonfopeckokppommaghjldcjopeci |
| Beskrivning | Shorten your link and make it more beautiful |
| Filstorlek | 351 KB |
| Antal Installationer | 140 |
| Aktuell Version | 1.2 |
| Senast Uppdaterad | 2022-05-19 |
| Publiceringsdatum | 2022-05-14 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | tranvanmydev |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://vmo.link/ |
| Stödda Språk | 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\/",
"*:\/\/*\/*"
]
} | |