[Amazon] show price without fees

Show amazon product prices without the shipping fee that you pay to amazon as a seller.

[Amazon] show price without fees क्या है?

[Amazon] show price without fees MJ Digital द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show amazon product prices without the shipping fee that you pay to amazon as a seller."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में [Amazon] show price without fees एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This application will show you the price after the 15% seller fee amazon takes after a sale. The seller fee percentage is adjustable and you can change the percentage to your liking. A must have for anyone doing product research on Amazon for dropshipping.                    

एक्सटेंशन की मूल जानकारी

नाम [Amazon] show price without fees [Amazon] show price without fees
ID cocaimehnkadckcgnahaafeggfnihnkj
आधिकारिक URL https://chromewebstore.google.com/detail/amazon-show-price-without/cocaimehnkadckcgnahaafeggfnihnkj
विवरण Show amazon product prices without the shipping fee that you pay to amazon as a seller.
फ़ाइल का आकार 416 KB
स्थापना संख्या 1,526
वर्तमान संस्करण 5.0.2
अंतिम अपडेट 2022-11-15
प्रकाशन तिथि 2020-06-06
रेटिंग 4.80/5 कुल 5 रेटिंग्स
डेवलपर MJ Digital
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://amzshowprice.clickfunnels.com/home
सहायता पृष्ठ URL https://amzshowprice.clickfunnels.com/home
गोपनीयता नीति पृष्ठ URL https://amzshowprice.clickfunnels.com/privacy-policy23
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "[Amazon] show price without fees",
    "short_name": "what I earn on amazon",
    "description": "Show amazon product prices without the shipping fee that you pay to amazon as a seller.",
    "version": "5.0.2",
    "version_name": "5.0.2",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "src\/index.html",
        "default_title": "To see the chrome extension in action please open amazon and adjust your shipping fee percentage to your liking."
    },
    "background": {
        "service_worker": "\/src\/authModule\/js\/background-worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/*",
                "http:\/\/www.amazon.com\/*",
                "http:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.co.uk\/*",
                "http:\/\/www.amazon.co.uk\/*",
                "http:\/\/www.amazon.co.jp\/*",
                "https:\/\/www.amazon.co.jp\/*",
                "http:\/\/www.amazon.fr\/*",
                "https:\/\/www.amazon.fr\/*",
                "http:\/\/www.amazon.de\/*",
                "https:\/\/www.amazon.de\/*"
            ],
            "js": [
                "src\/jquery-1.12.3.js",
                "src\/injectable.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "src\/jquery-1.12.3.js",
                "src\/authModule\/js\/config.js",
                "src\/authModule\/js\/core.js",
                "src\/authModule\/js\/stripe_scripts.js",
                "src\/authModule\/js\/content.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/amazon-extension-test.herokuapp.com\/*state=extension_token*"
            ],
            "js": [
                "src\/authModule\/js\/core.js",
                "src\/authModule\/js\/oauth.js",
                "src\/authModule\/js\/oauthContent.js"
            ],
            "run_at": "document_start"
        }
    ],
    "client_id": "286222568796-dh2fnemvefk5n48goa2glfl0gb42uq94.apps.googleusercontent.com",
    "web_accessible_resources": [
        {
            "resources": [
                "src\/images\/*"
            ],
            "matches": [
                "https:\/\/www.amazon.com\/*",
                "http:\/\/www.amazon.com\/*",
                "http:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.co.uk\/*",
                "http:\/\/www.amazon.co.uk\/*",
                "http:\/\/www.amazon.co.jp\/*",
                "https:\/\/www.amazon.co.jp\/*",
                "http:\/\/www.amazon.fr\/*",
                "https:\/\/www.amazon.fr\/*",
                "http:\/\/www.amazon.de\/*",
                "https:\/\/www.amazon.de\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "https:\/\/*.googleapis.com\/",
        "https:\/\/amazon-extension-test.herokuapp.com\/*",
        "*:\/\/localhost:44303\/*"
    ]
}