Alternative To by SaaSHub

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

Qu'est-ce que Alternative To by SaaSHub ?

Alternative To by SaaSHub est une extension Chrome développée par https://saashub.com, et sa fonction principale est "Find the alternative to every software product with a single click.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Alternative To by SaaSHub

Téléchargez les fichiers d'extension Alternative To by SaaSHub au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Alternative To by SaaSHub Alternative To by SaaSHub
ID bfllfmelefabahclnehpdocekedapcbj
URL Officiel https://chromewebstore.google.com/detail/alternative-to-by-saashub/bfllfmelefabahclnehpdocekedapcbj
Description Find the alternative to every software product with a single click.
Taille du Fichier 818 KB
Nombre d'Installations 344
Version Actuelle 1.0.1
Dernière Mise à Jour 2019-08-18
Date de Publication 2019-08-17
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://saashub.com
Type de Paiement free
Site Web de l'Extension https://www.saashub.com
Langues Prises en Charge 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\/*"
    ]
}