My Tapsi

Analyze your Tapsi rides

My Tapsiとは何ですか?

My Tapsiはsepehrityによって開発されたChromeの拡張機能で、その主な機能は「Analyze your Tapsi rides」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

My Tapsi拡張機能のCRXファイルをダウンロード

My Tapsi拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Getting your rides history from Tapsi application.                    

拡張機能の基本情報

名前 My Tapsi My Tapsi
ID gfiiclilneogmkbmhjoncmnohldbecbh
公式URL https://chromewebstore.google.com/detail/my-tapsi/gfiiclilneogmkbmhjoncmnohldbecbh
説明 Analyze your Tapsi rides
ファイルサイズ 2.68 MB
インストール数 139
現在のバージョン 3.1.0
最終更新日 2021-03-26
公開日 2021-03-16
開発者 sepehrity
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/sepehrity/my-tapsi-extension
ヘルプページのURL https://github.com/sepehrity/my-tapsi-extension
プライバシーポリシーページのURL https://github.com/sepehrity/my-snapp-extension
対応言語 fa
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "My Tapsi",
    "short_name": "My Tapsi",
    "version": "3.1.0",
    "description": "Analyze your Tapsi rides",
    "permissions": [
        "tabs",
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup\/index.html",
        "default_title": "My Tpasi"
    },
    "icons": {
        "128": "assets\/icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "contentscript.js"
            ],
            "matches": [
                "https:\/\/app.tapsi.cab\/*"
            ]
        }
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "assets\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}