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\/*"
    ]
}