KVCore Contact Page Formatter
Formats the KVCore contact page.
Vad är KVCore Contact Page Formatter?
KVCore Contact Page Formatter är en Chrome-tillägg utvecklad av The Perry Group, och dess huvudfunktion är "Formats the KVCore contact page.".
Tilläggsskärmbilder
Ladda ner KVCore Contact Page Formatter-förlängningens CRX-fil
Ladda ner KVCore Contact Page Formatter-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
This extension will make some slight layout modifications to the way KVCore displays your contacts. Rather than a large amount of empty space, this extension makes the layout of the contact details more compact and easier to read. Grundläggande Information om Tillägg
| Namn | |
| ID | foecngglfcggnnakjiecjmmmjihmiape |
| Officiell webbadress | https://chromewebstore.google.com/detail/kvcore-contact-page-forma/foecngglfcggnnakjiecjmmmjihmiape |
| Beskrivning | Formats the KVCore contact page. |
| Filstorlek | 79.06 KB |
| Antal Installationer | 2,936 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2022-02-09 |
| Publiceringsdatum | 2022-02-09 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | The Perry Group |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "KVCore Contact Page Formatter",
"short_name": "KVCore Contact Page Formatter",
"version": "1.0.0",
"description": "Formats the KVCore contact page.",
"author": "The Perry Group",
"action": {
"default_icon": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"72": "icons\/icon-72.png",
"96": "icons\/icon-96.png",
"128": "icons\/icon-128.png",
"256": "icons\/icon-256.png"
},
"default_popup": "popup.html"
},
"permissions": [
"storage"
],
"icons": {
"128": "icons\/icon-128.png",
"256": "icons\/icon-256.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/app.kvcore.com\/*"
],
"js": [
"js\/options.js"
]
}
]
} | |