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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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"
    }
}