Amazon Publisher Studio Extension Beta

This is the official Amazon Associates extension for Chrome

Amazon Publisher Studio Extension Beta là gì?

Amazon Publisher Studio Extension Beta là một tiện ích mở rộng Chrome được phát triển bởi Amazon Associates, và tính năng chính của nó là "This is the official Amazon Associates extension for Chrome".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Amazon Publisher Studio Extension Beta

Tải xuống các tệp mở rộng Amazon Publisher Studio Extension Beta dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        The Amazon Publisher Studio Extension Beta for Chrome helps Amazon associates to add links to products on Amazon directly from your Blog or content management systems (CMS), without the need to visit Associates Central to get links. One can also share affiliate links on popular social media platforms like Facebook, Twitter, LinkedIn and YouTube.

Features
--------
- Add affiliate text links in 2-steps
- No need to visit Associates Central or Amazon to get affiliate links
- Works on Blogger and WordPress platforms. 
- Create shortened affiliate links, directly on Facebook, Twitter, LinkedIn and YouTube.
- Create direct links to search results and Amazon home page

Email us with your feedback at [email protected]

By installing you are agreeing to the Terms of Use located at https://affiliate-program.amazon.com/gp/associates/help/t102.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Amazon Publisher Studio Extension Beta Amazon Publisher Studio Extension Beta
ID clihldpfnfandacppigjpkmkaaemlfie
URL Chính Thức https://chromewebstore.google.com/detail/amazon-publisher-studio-e/clihldpfnfandacppigjpkmkaaemlfie
Mô tả This is the official Amazon Associates extension for Chrome
Kích Thước Tệp 542 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 0.700
Cập Nhật Lần Cuối 2015-07-30
Ngày Phát Hành 2015-07-30
Đánh Giá 4.13/5 Tổng số 70 Đánh Giá
Nhà Phát Triển Amazon Associates
Loại Thanh Toán free
Trang Web Mở Rộng https://affiliate-program.amazon.com
URL Trang Trợ Giúp https://affiliate-program.amazon.com/gp/associates/help/t103
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon Publisher Studio Extension Beta",
    "description": "This is the official Amazon Associates extension for Chrome",
    "homepage_url": "https:\/\/affiliate-program.amazon.com",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "incognito": "split",
    "browser_action": {
        "default_title": "Amazon Publisher Studio 2.0 Beta",
        "default_icon": "img\/icon-38.png",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "js\/config.js",
            "js\/chrome.background.js",
            "js\/cms_configs.js",
            "js\/auth.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab"
    ],
    "version": "0.700",
    "manifest_version": 2
}