Alternative To by SaaSHub

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

什么是Alternative To by SaaSHub?

Alternative To by SaaSHub是由https://saashub.com开发的Chrome扩展程序,该扩展的主要功能是“Find the alternative to every software product with a single click.”。

扩展截图

screenshot
screenshot
screenshot

下载Alternative To by SaaSHub扩展crx文件

下载Alternative To by SaaSHub扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Alternative To by SaaSHub Alternative To by SaaSHub
ID bfllfmelefabahclnehpdocekedapcbj
官方URL https://chromewebstore.google.com/detail/alternative-to-by-saashub/bfllfmelefabahclnehpdocekedapcbj
简介 Find the alternative to every software product with a single click.
文件大小 818 KB
安装次数 344
当前版本 1.0.1
更新时间 2019-08-18
上架时间 2019-08-17
评分 5.00/5 共3次评分
开发者 https://saashub.com
付费类型 free
扩展官网 https://www.saashub.com
支持的语言 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\/*"
    ]
}