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
公式URL https://chromewebstore.google.com/detail/profit-calc/jgdppdfjmgeelomofklppldcemjmmlkn
説明 profit calc extension
ファイルサイズ 161 KB
インストール数 332
現在のバージョン 3.0
最終更新日 2024-01-30
公開日 2020-06-22
開発者 profitcalcapp
Eメール [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';"
    }
}