Volt for Fluz
Enhances the Fluz Power Portal with additional functionality.
Vad är Volt for Fluz?
Volt for Fluz är en Chrome-tillägg utvecklad av https://volt.ninja, och dess huvudfunktion är "Enhances the Fluz Power Portal with additional functionality.".
Tilläggsskärmbilder
Ladda ner Volt for Fluz-förlängningens CRX-fil
Ladda ner Volt for Fluz-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
Export your transactions, gain additional insight, automate common tasks, and more. All within the Fluz Power Portal. Grundläggande Information om Tillägg
| Namn | |
| ID | njdkhkhiaflehligcdfcjokjdijgnaob |
| Officiell webbadress | https://chromewebstore.google.com/detail/volt-for-fluz/njdkhkhiaflehligcdfcjokjdijgnaob |
| Beskrivning | Enhances the Fluz Power Portal with additional functionality. |
| Filstorlek | 839 KB |
| Antal Installationer | 294 |
| Aktuell Version | 1.0.5 |
| Senast Uppdaterad | 2023-07-11 |
| Publiceringsdatum | 2023-02-27 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | https://volt.ninja |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://volt.ninja |
| Hjälpsida URL | https://help.volt.ninja |
| URL till Sekretesspolicy Sidan | https://volt.ninja/legal/privacy |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Volt for Fluz",
"version": "1.0.5",
"manifest_version": 3,
"description": "Enhances the Fluz Power Portal with additional functionality.",
"homepage_url": "https:\/\/volt.ninja",
"icons": {
"16": "icon16.c1acc056.png",
"32": "icon32.b35e8878.png",
"48": "icon48.db290701.png",
"128": "icon128.d5885843.png"
},
"options_ui": {
"page": "options.103cf7ad.html",
"open_in_tab": true
},
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"https:\/\/power.fluz.app\/*"
],
"js": [
"content.198b9587.js"
],
"css": [
"content.285d98ab.css",
"content.aaaeea8d.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"static\/fonts\/Barlow-Bold-Latin.woff2",
"static\/fonts\/Barlow-Regular-Latin.woff2",
"static\/assets\/icons\/check2-circle.svg",
"static\/assets\/icons\/download.svg",
"static\/assets\/icons\/exclamation-diamond.svg",
"static\/assets\/icons\/exclamation-octagon.svg",
"static\/assets\/icons\/exclamation-triangle.svg",
"static\/assets\/icons\/flag.svg",
"static\/assets\/icons\/heart-fill.svg",
"static\/assets\/icons\/send.svg",
"static\/assets\/icons\/x-circle.svg"
],
"matches": [
"https:\/\/power.fluz.app\/*"
]
},
{
"matches": [
"https:\/\/power.fluz.app\/*"
],
"resources": [
"icon.cc5f2e4a.svg"
]
}
]
} | |