V Wallet Extension
A browser extension wallet for V Systems
Vad är V Wallet Extension?
V Wallet Extension är en Chrome-tillägg utvecklad av V Systems, och dess huvudfunktion är "A browser extension wallet for V Systems".
Tilläggsskärmbilder
Ladda ner V Wallet Extension-förlängningens CRX-fil
Ladda ner V Wallet Extension-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
V Systems mainnet offers both hot wallet and cold wallet in order to provide the best security solution to store your VSYS Coin. Grundläggande Information om Tillägg
| Namn | |
| ID | afccgfbnbpgfdokbllhiccepgggofoco |
| Officiell webbadress | https://chromewebstore.google.com/detail/v-wallet-extension/afccgfbnbpgfdokbllhiccepgggofoco |
| Beskrivning | A browser extension wallet for V Systems |
| Filstorlek | 9.39 MB |
| Antal Installationer | 417 |
| Aktuell Version | 1.2.2 |
| Senast Uppdaterad | 2022-06-10 |
| Publiceringsdatum | 2022-01-09 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | V Systems |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://v.systems/ |
| URL till Sekretesspolicy Sidan | https://v.systems/privacy-policy |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "V Wallet Extension",
"version": "1.2.2",
"description": "A browser extension wallet for V Systems",
"icons": {
"16": "static\/icons\/ic_v_logo@3x(1).png",
"19": "static\/icons\/ic_v_logo@3x(1).png",
"38": "static\/icons\/ic_v_logo@3x(1).png",
"48": "static\/icons\/ic_v_logo@3x(1).png",
"128": "static\/icons\/ic_v_logo@3x(1).png"
},
"browser_action": {
"default_icon": "static\/icons\/ic_v_logo@3x(1).png",
"default_title": "V Wallet Extension",
"default_popup": "popup.html"
},
"background": {
"persistent": false,
"scripts": [
"background.main.js"
]
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content.main.js"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
"inpage.main.js"
],
"permissions": [],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |