ShopPin

Easily purchase products from the US when the store won't accept your foreign credit card.

Was ist ShopPin?

ShopPin ist eine Chrome-Erweiterung, die von https://opas.com entwickelt wurde, und ihr Hauptmerkmal ist "Easily purchase products from the US when the store won't accept your foreign credit card.".

Erweiterungsscreenshots

screenshot

ShopPin-Erweiterungs-CRX-Datei herunterladen

Laden Sie ShopPin-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This extension will allow you to submit Personal Shopping requests simply and easily to OPAS Personal Shopping System.  Just go to any store and put items in your cart.  Go to your cart page. Then use the plugin to submit your request to OPAS.  NO MORE COPYING AND PASTING product information to manually create your Shopping Request.  We take care of all of it for you through our ShopPin plugin.                    

Grundlegende Informationen zur Erweiterung

Name ShopPin ShopPin
ID jnedjlpmcbhlomgepalamljkpogdpmlb
Offizielle URL https://chromewebstore.google.com/detail/shoppin/jnedjlpmcbhlomgepalamljkpogdpmlb
Beschreibung Easily purchase products from the US when the store won't accept your foreign credit card.
Dateigröße 1.31 MB
Installationsanzahl 105
Aktuelle Version 1.3.5
Letztes Update 2020-10-23
Veröffentlichungsdatum 2017-12-14
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://opas.com
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://opas.com/privacy-policy
Unterstützte Sprachen en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.3.5",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "19": "images\/icon-19.png",
        "38": "images\/icon-38.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "storage",
        "cookies",
        "tabs",
        "activeTab",
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "ShopPin",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/content_page.js",
                "scripts\/jquery-3.2.1.min.js"
            ]
        }
    ]
}