Finding Solutions

New way to look up issues with down sites

Co to jest Finding Solutions?

Finding Solutions to rozszerzenie Chrome opracowane przez lamy9175, a jego główną funkcją jest „New way to look up issues with down sites”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Finding Solutions

Pobierz pliki rozszerzeń Finding Solutions w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Finding Solutions Finding Solutions
ID eocdmoobpaadeodfafldodlidmcehhfn
Oficjalny URL https://chrome.google.com/webstore/detail/finding-solutions/eocdmoobpaadeodfafldodlidmcehhfn
Opis New way to look up issues with down sites
Rozmiar pliku 16.4 KB
Liczba instalacji 12,532
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2022-06-08
Data Publikacji 2022-06-08
Deweloper lamy9175
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://finding-solutions.net/
Adres URL Strony Pomocy https://finding-solutions.net/?a=about
Adres URL Strony Polityki Prywatności https://www.finding-solutions.net?a=privacy
Obsługiwane Języki 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:\/\/*\/*"
    ]
}