Alternative To by SaaSHub
Find the alternative to every software product with a single click.
Cos'è Alternative To by SaaSHub?
Alternative To by SaaSHub è un'estensione di Chrome sviluppata da https://saashub.com, e la sua funzione principale è "Find the alternative to every software product with a single click.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Alternative To by SaaSHub
Scarica i file di estensione Alternative To by SaaSHub in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Alternative To by SaaSHub |
ID | bfllfmelefabahclnehpdocekedapcbj |
URL Ufficiale | https://chromewebstore.google.com/detail/alternative-to-by-saashub/bfllfmelefabahclnehpdocekedapcbj |
Descrizione | Find the alternative to every software product with a single click. |
Dimensione del File | 818 KB |
Conteggio Installazioni | 344 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2019-08-18 |
Data di Pubblicazione | 2019-08-17 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | https://saashub.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.saashub.com |
Lingue Supportate | 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\/*" ] } |