Alternative To by SaaSHub

Find the alternative to every software product with a single click.

Wat is Alternative To by SaaSHub?

Alternative To by SaaSHub is een Chrome-extensie ontwikkeld door https://saashub.com, en de belangrijkste functie is "Find the alternative to every software product with a single click.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Alternative To by SaaSHub

Download Alternative To by SaaSHub-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

                        Whenever we are considering buying a new product or just researching, knowing what the relevant alternatives are is very important. That’s when this extension can help you. It queries SaaSHub for the top alternatives to the software product you are currently browsing. It is simple, quick and saves you time.

SaaSHub is an independent software marketplace. Its goal is to be objective, unobtrusive and your first stop when researching for a new service to help you grow your business.                    

Basisinformatie over de Extensie

Naam Alternative To by SaaSHub Alternative To by SaaSHub
ID bfllfmelefabahclnehpdocekedapcbj
Officiële URL https://chromewebstore.google.com/detail/alternative-to-by-saashub/bfllfmelefabahclnehpdocekedapcbj
Beschrijving Find the alternative to every software product with a single click.
Bestandsgrootte 818 KB
Aantal Installaties 344
Huidige Versie 1.0.1
Laatst Bijgewerkt 2019-08-18
Publicatiedatum 2019-08-17
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://saashub.com
Betalingswijze free
Extensiewebsite https://www.saashub.com
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Alternative To by SaaSHub",
    "description": "Find the alternative to every software product with a single click.",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "64": "icon64.png",
            "128": "icon128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "offline_enabled": false,
    "permissions": [
        "activeTab",
        "https:\/\/www.saashub.com\/*"
    ]
}