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文件

下載Smart Share From eBay擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}