JoyVault Tab
JoyVault Tab gateway to your favorite websites and a treasure trove of JoyVault ecards for every occasion.
Vad är JoyVault Tab?
JoyVault Tab är en Chrome-tillägg utvecklad av https://joyvault.info, och dess huvudfunktion är "JoyVault Tab gateway to your favorite websites and a treasure trove of JoyVault ecards for every occasion.".
Tilläggsskärmbilder
Ladda ner JoyVault Tab-förlängningens CRX-fil
Ladda ner JoyVault Tab-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
Presenting JoyVault Tab, an incredible tab extension that revolutionizes your browsing experience into a personalized and delightful journey. With this extension, you can personalize your new tab page with a wide range of vibrant ecards and heartfelt greetings for any occasion imaginable.
By clicking "Add to chrome", I accept and agree to installing the "JoyVault" tab extension and setting Chrome New Tab search to JoyVault provided by the service and the Terms of Use at https://joyvault.info/?pg=3 and Privacy Policy at https://joyvault.info/?pg=2 Grundläggande Information om Tillägg
| Namn | |
| ID | hoecmflhliaomjcmambbllieaebopann |
| Officiell webbadress | https://chromewebstore.google.com/detail/joyvault-tab/hoecmflhliaomjcmambbllieaebopann |
| Beskrivning | JoyVault Tab gateway to your favorite websites and a treasure trove of JoyVault ecards for every occasion. |
| Filstorlek | 45.29 KB |
| Antal Installationer | 1,016 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2023-08-16 |
| Publiceringsdatum | 2023-06-22 |
| Betyg | 4.33/5 Totalt 3 Betyg |
| Utvecklare | https://joyvault.info |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://joyvault.info/ |
| Hjälpsida URL | https://joyvault.info/?pg=5 |
| URL till Sekretesspolicy Sidan | https://joyvault.info?pg=2 |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "JoyVault Tab",
"description": "JoyVault Tab gateway to your favorite websites and a treasure trove of JoyVault ecards for every occasion.",
"version": "1.1",
"manifest_version": 3,
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"128": "icon_128.png"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage"
]
} | |