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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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\/*" ] } |