E-Installer

Find top free tools & software.

E-Installerคืออะไร?

E-Installer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://searcheq.com และคุณลักษณะหลักของมันคือ "Find top free tools & software."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย E-Installer

ดาวน์โหลดไฟล์ส่วนขยาย E-Installer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Get top free software & tools easily.
E-Installer allows you to easily access top software tools from the task bar icon and changes your default search.

It provides you a list of the latest and newest versions of some top softwares.

Please read carefully: By clicking the “ADD TO CHROME” button in the top right hand corner and installing the Easy Installer, you agree to install this extension and set your default search to searcheq websites , and you agree to the End User License Agreement and the Privacy Policy and to receiving any future updates and upgrades. You can uninstall the extension at any time from the chrome extensions page or from the extensions bar on the top right of your browser

**In order to provide the extension feature, your default search settings would be modified.

How to Uninstall the extension?

- Click on the three horizontal lines icon in the upper right-hand corner of your Chrome browser.
- Go to Settings. 
- From the left window pane click on “Extensions”. 
- Choose the extension from the list. 
- Click on the Remove button on the extension.
- On the pop-up window click on Remove.
You have successfully uninstalled the extension. 

Terms of Use: http://searcheq.com/terms/
Privacy Policy: http://searcheq.com/privacy-policy/
About us: http://searcheq.com/about/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ E-Installer E-Installer
ID pahcbocjgfpbkonkogehohddjfokhehb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/e-installer/pahcbocjgfpbkonkogehohddjfokhehb
คำอธิบาย Find top free tools & software.
ขนาดไฟล์ 49.13 KB
จำนวนการติดตั้ง 217
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-03-08
วันที่เผยแพร่ 2020-03-08
ผู้พัฒนา https://searcheq.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://searcheq.com
URL หน้าช่วยเหลือ http://searcheq.com/contact
URL หน้านโยบายความเป็นส่วนตัว http://searcheq.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "E-Installer",
    "version": "1.0",
    "description": "Find top free tools & software.",
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png",
        "16": "images\/icon16.png"
    },
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_popup": "popup.html",
        "default_title": "Easy Installer"
    },
    "background": {
        "scripts": [
            "vendor\/js\/jquery-3.4.1.min.js",
            "background.js"
        ],
        "persistant": false
    },
    "permissions": [
        "notifications",
        "webRequest",
        "*:\/\/searcheq.com\/",
        "chrome:\/\/favicon\/"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/searcheq.com\/"
        ]
    },
    "web_accessible_resources": [
        "*.json"
    ],
    "content_security_policy": "script-src 'self' ; object-src 'self';",
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "EInstaller",
            "keyword": "EI",
            "encoding": "UTF-8",
            "is_default": true,
            "search_url": "http:\/\/searcheq.com\/ei\/?q={searchTerms}",
            "favicon_url": "http:\/\/searcheq.com\/wp-content\/uploads\/2020\/02\/icon48.png"
        }
    }
}