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."입니다.
확장 프로그램 스크린샷
Alternative To by SaaSHub 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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\/*" ] } |