Shopopro plugin

Shopopro plugin

Vad är Shopopro plugin?

Shopopro plugin är en Chrome-tillägg utvecklad av https://shopopro.com, och dess huvudfunktion är "Shopopro plugin".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Shopopro plugin-förlängningens CRX-fil

Ladda ner Shopopro plugin-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Shopopro extension is intended for users of Shopopro cashback service https://shopopro.com.
It allows you to receive relevant information about possibility and amount of cashback, available coupons, current promotions and availability of overviews of goods in the visited online store.
In addition, it gives you opportunity to quickly view current status of your orders and available funds on the account in the cashback service.
The extension will also notify you about availability of cashback when you visit online stores.                    

Grundläggande Information om Tillägg

Namn Shopopro plugin Shopopro plugin
ID benpkendjikkbfdokgcnkkfehojcllpo
Officiell webbadress https://chromewebstore.google.com/detail/shopopro-plugin/benpkendjikkbfdokgcnkkfehojcllpo
Beskrivning Shopopro plugin
Filstorlek 21.72 KB
Antal Installationer 53
Aktuell Version 0.1.2
Senast Uppdaterad 2019-02-07
Publiceringsdatum 2019-02-06
Betyg 4.50/5 Totalt 2 Betyg
Utvecklare https://shopopro.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://shopopro.com
URL till Sekretesspolicy Sidan https://shopopro.com/privacy_policy.pdf
Stödda Språk en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.1.2",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "ru",
    "permissions": [
        "activeTab",
        "*:\/\/shopopro.com\/*",
        "tabs"
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html"
    }
}