Amazon Link Shortener

Link shortener for Amazon Products.

什么是Amazon Link Shortener?

Amazon Link Shortener是由Rovalty开发的Chrome扩展程序,该扩展的主要功能是“Link shortener for Amazon Products.”。

扩展截图

screenshot

下载Amazon Link Shortener扩展crx文件

下载Amazon Link Shortener扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Are you looking for a free tool to create a short and clean amazon product link without any affiliate id?
This Amazon Link Shortener, Creates a short and clean link to the current amazon product pages, for easy sharing.
This extension makes it easy to share amazon product links with a short and clean URL. When viewing a product on amazon, just click the button in the browser's toolbar to automatically copy a shortened link to your clipboard.

How It Works:
After installing this free chrome extension, Open any amazon product page.
Click on extension from top bar and Click on Shorten Link button.
Done!

Features:
 - Creates a short and clean amazon product link.
 - Doesn't add any affiliate id.
 - One Click Link Shortner.
 - One Click Link Copy.

Thank you.
We hope you like the features and the design. After using our tool feel free to give us a 5 star rating! 

If you have any problems or questions, please contact this email address. We are always open for improvements: [email protected]
Privacy policy: https://www.saxsos.xyz/p/policy-privacy-policy.html                    

扩展基本信息

名称 Amazon Link Shortener Amazon Link Shortener
ID jcelngmdejifnkjgioppgemojfpbkejn
官方URL https://chromewebstore.google.com/detail/amazon-link-shortener/jcelngmdejifnkjgioppgemojfpbkejn
简介 Link shortener for Amazon Products.
文件大小 376 KB
安装次数 675
当前版本 3.5.3
更新时间 2020-05-22
上架时间 2020-05-20
评分 5.00/5 共2次评分
开发者 Rovalty
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.saxsos.xyz/
帮助页面URL https://www.saxsos.xyz/p/contact-us.html
隐私政策页面URL https://www.saxsos.xyz/p/policy-privacy-policy.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazon Link Shortener",
    "version": "3.5.3",
    "description": "Link shortener for Amazon Products.",
    "permissions": [
        "activeTab",
        "*.amazon.*\/*",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            ".\/background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": ".\/popup\/popup.html",
        "default_icon": {
            "16": "icons\/logo16.png",
            "32": "icons\/logo32.png",
            "48": "icons\/logo48.png",
            "128": "icons\/logo128.png"
        }
    },
    "options_page": ".\/options\/options.html",
    "icons": {
        "16": "icons\/logo16.png",
        "32": "icons\/logo32.png",
        "48": "icons\/logo48.png",
        "64": "icons\/logo128.png",
        "128": "icons\/logo128.png"
    }
}