Finding Solutions

New way to look up issues with down sites

Cos'è Finding Solutions?

Finding Solutions è un'estensione di Chrome sviluppata da lamy9175, e la sua funzione principale è "New way to look up issues with down sites".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Finding Solutions

Scarica i file di estensione Finding Solutions in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This will help users find a new website that have an error.                    

Informazioni di Base sull'Estensione

Nome Finding Solutions Finding Solutions
ID eocdmoobpaadeodfafldodlidmcehhfn
URL Ufficiale https://chrome.google.com/webstore/detail/finding-solutions/eocdmoobpaadeodfafldodlidmcehhfn
Descrizione New way to look up issues with down sites
Dimensione del File 16.4 KB
Conteggio Installazioni 12,532
Versione Corrente 1.0
Ultimo Aggiornamento 2022-06-08
Data di Pubblicazione 2022-06-08
Sviluppatore lamy9175
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://finding-solutions.net/
URL della Pagina di Aiuto https://finding-solutions.net/?a=about
URL della Pagina della Politica sulla Privacy https://www.finding-solutions.net?a=privacy
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Greg P",
    "name": "Finding Solutions",
    "short_name": "finding solutions",
    "homepage_url": "https:\/\/finding-solutions.com",
    "description": "New way to look up issues with down sites",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webRequest",
        "webNavigation",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}