Alternative To by SaaSHub
Find the alternative to every software product with a single click.
Alternative To by SaaSHub là gì?
Alternative To by SaaSHub là một tiện ích mở rộng Chrome được phát triển bởi https://saashub.com, và tính năng chính của nó là "Find the alternative to every software product with a single click.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Alternative To by SaaSHub
Tải xuống các tệp mở rộng Alternative To by SaaSHub dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Alternative To by SaaSHub |
ID | bfllfmelefabahclnehpdocekedapcbj |
URL Chính Thức | https://chromewebstore.google.com/detail/alternative-to-by-saashub/bfllfmelefabahclnehpdocekedapcbj |
Mô tả | Find the alternative to every software product with a single click. |
Kích Thước Tệp | 818 KB |
Số Lần Cài Đặt | 344 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2019-08-18 |
Ngày Phát Hành | 2019-08-17 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://saashub.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.saashub.com |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |