Prime Away

Search only for items that are listed without Prime - Saves time

Prime Away란 무엇입니까?

Prime Away은(는) shipman.financial에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search only for items that are listed without Prime - Saves time"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Prime Away 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Do you sell on Amazon.com?  Have you spent hours and hours searching for items to sell only to come up empty handed or frustrated by your results?  

Now supports Amazon.com, Amazon.ca and Amazon.co.uk

Take your business to new heights with this time saving add on to Google Chrome, whether you are dropshipping or performing retail arbitrage or both.  With this add on you will no longer have to wade through pages and pages of Amazon Prime shipping items to get to the items you can actually sell to make money on.  The man behind this extension is using it to create thousands of dollars in sales on Amazon while cutting his work time by 90%.

Another key feature is that this can be turned off when you are ready to shop for yourself by just pushing a simple button.

IF YOU HAVE TROUBLE, PLEASE ATTEMPT THE FOLLOWING:

Open up Developer Tools -> Console.
Check if the email address is displayed in the console.
Verify you are logged into Chrome with their Gmail. If you are not logged in, you must login to Chrome
Close Chrome and restart.
Open the extensions tab and select the Prime Away extension.
If the extension says "Turn on" click turn on.
If the extension says "Enter License Key"  enter yourlicense key.
After the valid key is entered, the extension should say "Turn on"

We have a 7 day refund policy. Contact us at [email protected] within 7 days of purchase with your order number and we will refund you.                    

확장 프로그램 기본 정보

이름 Prime Away Prime Away
ID niifcleepdmiglkgdbjddeilclfdella
공식 URL https://chromewebstore.google.com/detail/prime-away/niifcleepdmiglkgdbjddeilclfdella
설명 Search only for items that are listed without Prime - Saves time
파일 크기 88.3 KB
설치 횟수 6,156
현재 버전 1.4.2
최근 업데이트 2021-03-03
출시 날짜 2019-08-22
평점 2.67/5 총 46 개의 평점
개발자 shipman.financial
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Prime Away",
    "version": "1.4.2",
    "manifest_version": 2,
    "description": "Search only for items that are listed without Prime - Saves time",
    "icons": {
        "128": "icons\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon-19-off.png",
        "default_title": "Prime Away"
    },
    "background": {
        "page": "background.html"
    },
    "incognito": "spanning",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/popup\/*"
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "identity",
        "identity.email",
        "storage"
    ]
}