Easy Share

Easily Share Web pages to your social profiles using Easy Share extension Chrome Tab.

Easy Share란 무엇입니까?

Easy Share은(는) Easy Share에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily Share Web pages to your social profiles using Easy Share extension Chrome Tab."입니다.

확장 프로그램 스크린샷

screenshot

Easy Share 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Share web pages to your favorite social sites on newtab. Select from list of opened tabs or saved links to share with your social sites
"Introducing our easy to use browser extension to make sharing of links across multiple platforms easy! Improve your social media presence by sharing across platforms  

How to use Easy Share Extension
Use Case 1: Share Opened tabs link 
1. Open newtab and click on Easy Share Button
2. Select Link you want to Share
3. Select the Social site 
4. Post

Use Case 2: Save web link to share later 
1. Right click on Web page you want to save for sharing later
2. Save the link to "Easy Share" 
3. Open newtab and click on Easy Share Button
4. Select "Save Link" section 
5. Select Link you want to Share
6. Select the Social site 
7. Post

This extension updates your browser New Tab and provides:
- Easy Share features to manage and share links to social sites
- A Web Search box powered by Yahoo
- Top sites (Site links below search box)

By installing this extension, you agree to the Terms of Service (https://geteasyshare.app/terms-of-service/) and Privacy Policy (https://geteasyshare.app/privacy-policy/)                    

확장 프로그램 기본 정보

이름 Easy Share Easy Share
ID omngjmnemdhikbhkgnblnipkpadbmocj
공식 URL https://chromewebstore.google.com/detail/easy-share/omngjmnemdhikbhkgnblnipkpadbmocj
설명 Easily Share Web pages to your social profiles using Easy Share extension Chrome Tab.
파일 크기 271 KB
설치 횟수 48
현재 버전 1.23.1211
최근 업데이트 2023-12-13
출시 날짜 2023-12-06
개발자 Easy Share
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://geteasyshare.app/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Share",
    "short_name": "EasyShare",
    "description": "Easily Share Web pages to your social profiles using Easy Share extension Chrome Tab.",
    "version": "1.23.1211",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "32": "icons\/32.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab\/newtab.html"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/48.png",
            "32": "icons\/32.png",
            "128": "icons\/128.png"
        },
        "default_title": "Easy Share"
    },
    "host_permissions": [
        "*:\/\/*.geteasyshare-api.app\/*",
        "*:\/\/enhanced-sug.geteasyshare-api.app\/*"
    ],
    "permissions": [
        "tabs",
        "topSites",
        "storage",
        "cookies",
        "contextMenus"
    ],
    "manifest_version": 3
}