Smart Share From eBay

Find items, share links, and earn commissions as you visit any page on eBay.

Smart Share From eBay란 무엇입니까?

Smart Share From eBay은(는) eBay Partner Network에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find items, share links, and earn commissions as you visit any page on eBay."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Smart Share From eBay 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Smart Share instantly creates personalized affiliate links to eBay listings for you as you browse so that you can directly share on Facebook or Pinterest, or copy and paste the links to share and earn wherever you publish online.

Work smarter, not harder. With Smart Share, you can:
1.	Increase your earning potential. The more links you share, the more commissions you can drive.
2.	Harness the power of social. In one click, promote listings, deals, categories, brands, and more directly to your Facebook or Pinterest audience. Stay tuned: More social networks are on their way.
3.	Enjoy the freedom to choose where you share. Share directly to Facebook or Pinterest, or copy and paste your unique link wherever you choose online.  
4.	Manage campaigns on-the-go. Without logging into the EPN portal, you can tie each link you create back to one of your existing campaigns for better organization and reporting.

To earn commissions with Smart Share from eBay, you need to be a member of the eBay Partner Network. Signing up is easy, fast and free. Join now at https://partner.ebay.com                    

확장 프로그램 기본 정보

이름 Smart Share From eBay Smart Share From eBay
ID hmbedoibmaoalbpefbgdhojgfkecdefa
공식 URL https://chromewebstore.google.com/detail/smart-share-from-ebay/hmbedoibmaoalbpefbgdhojgfkecdefa
설명 Find items, share links, and earn commissions as you visit any page on eBay.
파일 크기 1.48 MB
설치 횟수 23,441
현재 버전 1.0.2
최근 업데이트 2024-02-22
출시 날짜 2019-10-29
평점 3.68/5 총 66 개의 평점
개발자 eBay Partner Network
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://partnernetwork.ebay.com
개인정보 보호 정책 페이지 URL https://partnernetwork.ebay.com/legal
지원되는 언어 de,en,fr,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "short_name": "__MSG_shortName__",
    "default_locale": "en",
    "version": "1.0.2",
    "incognito": "split",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "SmartShare16.png",
        "48": "SmartShare48.png",
        "128": "SmartShare128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "scripting"
    ],
    "optional_host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "js": [
                "commissionable-deals.js"
            ],
            "matches": [
                "*:\/\/*.ebay.com\/deals*",
                "*:\/\/*.ebay.ca\/deals*"
            ]
        }
    ],
    "action": [],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; font-src 'self' https:\/\/*.ebaystatic.com\/; connect-src https:\/\/*.ebay.com\/ http:\/\/*.ebay.com\/; img-src 'self' http:\/\/*.ebaystatic.com\/ http:\/\/*.ebayimg.com\/ data:"
    },
    "options_page": "options.html"
}