Smilebox Tab

With Smilebox Tab you get fast access to your favorite sites and to the amazing selection of Smilebox ecards for all occasions

Smilebox Tab란 무엇입니까?

Smilebox Tab은(는) alinaf에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "With Smilebox Tab you get fast access to your favorite sites and to the amazing selection of Smilebox ecards for all occasions"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Smilebox Tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        With Smilebox Tab you get fast access to your favorite social, shopping, and entertainment sites, as well as to the amazing selection of Smilebox e-cards/slideshows/invitations for all occasions, all in one place. 
The extension also features New Tab search functionality, making it easy to search for anything right from the new tab.

By clicking “Add to Chrome”, you accept and agree to install the Smilebox Tab Chrome Extension, set the Chrome™ New Tab to Smilebox Tab with Bing search, and to the Terms of Use and Privacy Policy.

Use Smilebox Tab to:

-	Access 3500+ original designs for every occasion 
-	Enjoy quick access to your favourite sites and create shortcuts
-	Use New Tab search included in the extension 

For easy access to shortcuts, we recommend pinning the extension to your browser toolbar.

Terms of Use:  http://www.smilebox.co/terms-of-use 
Privacy Policy:  http://www.smilebox.co/privacy-policy 

You may uninstall the extension at any time.

To remove our extension from Chrome:
1) Click on the three vertical dots icon in the upper right-hand corner of your Chrome browser.
2) Go to "More tools”
3) In the left menu that appears, click on "Extensions.”
4) From the list of installed Extensions, locate the extension you would like to uninstall.
5) To remove the extension, click on the "Remove" button, which is to the right of the "Details" button (for the extension you wish to uninstall).
6) Close your browser completely and reopen it. The extension should now be removed from your browser.

For assistance from our customer service team, please email us at [email protected] 

© 2022 Smilebox. All rights reserved.                    

확장 프로그램 기본 정보

이름 Smilebox Tab Smilebox Tab
ID ekfgfhknjepopojlaicagndpgkcdahmc
공식 URL https://chromewebstore.google.com/detail/smilebox-tab/ekfgfhknjepopojlaicagndpgkcdahmc
설명 With Smilebox Tab you get fast access to your favorite sites and to the amazing selection of Smilebox ecards for all occasions
파일 크기 8.62 KB
설치 횟수 13,077
현재 버전 1.0.3
최근 업데이트 2022-02-03
출시 날짜 2022-01-31
개발자 alinaf
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://smilebox.co
도움말 페이지 URL http://smilebox.co/contact
개인정보 보호 정책 페이지 URL http://www.smilebox.co/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smilebox Tab",
    "description": "With Smilebox Tab you get fast access to your favorite sites and to the amazing selection of Smilebox ecards for all occasions",
    "version": "1.0.3",
    "manifest_version": 3,
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "smilebox_icon_128x128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ]
}