Profit Calc

profit calc extension

Wat is Profit Calc?

Profit Calc is een Chrome-extensie ontwikkeld door profitcalcapp, en de belangrijkste functie is "profit calc extension".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Profit Calc

Download Profit Calc-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        The Profit Calc Chrome Extension is to be used with the Profit Calc Shopify app. This extensions lets users send their aliexpress order information as COGS so they can filter it by date. Please visit the Shopify App store for our full shopify app.                    

Basisinformatie over de Extensie

Naam Profit Calc Profit Calc
ID jgdppdfjmgeelomofklppldcemjmmlkn
Officiële URL https://chromewebstore.google.com/detail/profit-calc/jgdppdfjmgeelomofklppldcemjmmlkn
Beschrijving profit calc extension
Bestandsgrootte 161 KB
Aantal Installaties 332
Huidige Versie 3.0
Laatst Bijgewerkt 2024-01-30
Publicatiedatum 2020-06-22
Ontwikkelaar profitcalcapp
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.profitcalc.io/
Help Pagina-URL https://www.profitcalc.io/
URL van de Privacybeleid Pagina https://www.profitcalc.io/privacypolicy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Profit Calc",
    "version": "3.0",
    "description": "profit calc extension",
    "icons": {
        "128": "icon128.png",
        "48": "icon148.png",
        "16": "icon16.png"
    },
    "action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "syncAll.js"
    },
    "permissions": [
        "cookies",
        "scripting",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*.myshopify.com\/*",
        "*:\/\/*.aliexpress.com\/*",
        "*:\/\/*.profitcalc.io\/*",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.aliexpress.com\/*"
            ],
            "js": [
                "popup.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';",
        "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';"
    }
}