Finding Solutions

New way to look up issues with down sites

What is Finding Solutions?

Finding Solutions is a Chrome extension developed by lamy9175, and its main feature is "New way to look up issues with down sites".

Extension Screenshots

screenshot

Download Finding Solutions Extension CRX File

Download Finding Solutions extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Finding Solutions Finding Solutions
ID eocdmoobpaadeodfafldodlidmcehhfn
Official URL https://chrome.google.com/webstore/detail/finding-solutions/eocdmoobpaadeodfafldodlidmcehhfn
Description New way to look up issues with down sites
File Size 16.4 KB
Installation Count 12,532
Current Version 1.0
Last Updated 2022-06-08
Publish Date 2022-06-08
Developer lamy9175
Email [email protected]
Payment Type free
Extension Website https://finding-solutions.net/
Help Page URL https://finding-solutions.net/?a=about
Privacy Policy Page URL https://www.finding-solutions.net?a=privacy
Supported Languages 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:\/\/*\/*"
    ]
}