Profit Calc

profit calc extension

什麼是Profit Calc?

Profit Calc是由profitcalcapp開發的Chrome擴展程式,該擴展的主要功能是“profit calc extension”。

擴展截圖

screenshot

下載Profit Calc擴展crx文件

下載Profit Calc擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Profit Calc Profit Calc
ID jgdppdfjmgeelomofklppldcemjmmlkn
官方網址 https://chromewebstore.google.com/detail/profit-calc/jgdppdfjmgeelomofklppldcemjmmlkn
簡介 profit calc extension
檔案大小 161 KB
安裝次數 332
目前版本 3.0
更新時間 2024-01-30
上架時間 2020-06-22
開發者 profitcalcapp
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.profitcalc.io/
說明頁面URL https://www.profitcalc.io/
隱私政策頁面URL https://www.profitcalc.io/privacypolicy
支援的語言 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';"
    }
}