Self Butler

Shortcuts to Self Butler

Self Butler란 무엇입니까?

Self Butler은(는) ExMarketPlace FZ LLC에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shortcuts to Self Butler"입니다.

확장 프로그램 스크린샷

screenshot

Self Butler 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Self Butler is your personal concierge at your fingertips to find what you need, when you need it and wherever you are. It is now equipped with geolocation search, multi language translator, local weather forecast, currency converter, web search and a shopping comparison tool to easily locate the best places around you or the most hidden item on the web.

By clicking "Add to Chrome", I accept and agree to installing the SelfButler Chrome extension and setting Chrome™ New Tab to that provided by the service and the Terms of Use and Privacy Policy

Privacy Policy: https://selfbutler.com/privacy.php

Terms of use: https://selfbutler.com/termofuse.php                    

확장 프로그램 기본 정보

이름 Self Butler Self Butler
ID oafgjlmmngifdapmamnfcfppjnjebkif
공식 URL https://chromewebstore.google.com/detail/self-butler/oafgjlmmngifdapmamnfcfppjnjebkif
설명 Shortcuts to Self Butler
파일 크기 571 KB
설치 횟수 12,517
현재 버전 1.0.19
최근 업데이트 2022-02-03
출시 날짜 2019-02-13
평점 5.00/5 총 4 개의 평점
개발자 ExMarketPlace FZ LLC
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.selfbutler.com/
개인정보 보호 정책 페이지 URL https://www.exmarketplace.com/privacy.php
지원되는 언어 de,en,fr,es,it,pt-BR,ru,ar,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Self Butler",
    "description": "Shortcuts to Self Butler",
    "icons": {
        "48": "icon.png",
        "128": "icon128.png"
    },
    "version": "1.0.19",
    "permissions": [
        "tabs",
        "topSites",
        "storage",
        "*:\/\/*.selfbutler.com\/*"
    ],
    "browser_action": {
        "default_title": "Self Butler",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "newtab\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.selfbutler.com\/*"
            ],
            "js": [
                "injectTopSites.js"
            ],
            "css": [
                "topsites.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.selfbutler.com\/*"
            ],
            "js": [
                "noextwarning.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "style.css",
        "*.png"
    ],
    "default_locale": "en",
    "manifest_version": 2,
    "applications": {
        "gecko": {
            "id": "{29828a3b-b422-4c85-a683-1f738fba9d16}",
            "strict_min_version": "57.0"
        }
    }
}