Finding Solutions

New way to look up issues with down sites

Wat is Finding Solutions?

Finding Solutions is een Chrome-extensie ontwikkeld door lamy9175, en de belangrijkste functie is "New way to look up issues with down sites".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Finding Solutions

Download Finding Solutions-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Finding Solutions Finding Solutions
ID eocdmoobpaadeodfafldodlidmcehhfn
Officiële URL https://chrome.google.com/webstore/detail/finding-solutions/eocdmoobpaadeodfafldodlidmcehhfn
Beschrijving New way to look up issues with down sites
Bestandsgrootte 16.4 KB
Aantal Installaties 12,532
Huidige Versie 1.0
Laatst Bijgewerkt 2022-06-08
Publicatiedatum 2022-06-08
Ontwikkelaar lamy9175
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://finding-solutions.net/
Help Pagina-URL https://finding-solutions.net/?a=about
URL van de Privacybeleid Pagina https://www.finding-solutions.net?a=privacy
Ondersteunde Talen 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:\/\/*\/*"
    ]
}