Alternative To by SaaSHub
Find the alternative to every software product with a single click.
Alternative To by SaaSHubคืออะไร?
Alternative To by SaaSHub เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://saashub.com และคุณลักษณะหลักของมันคือ "Find the alternative to every software product with a single click."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Alternative To by SaaSHub
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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\/*" ] } |