My Tapsi
Analyze your Tapsi rides
What is My Tapsi?
My Tapsi is a Chrome extension developed by sepehrity, and its main feature is "Analyze your Tapsi rides".
Extension Screenshots
Download My Tapsi Extension CRX File
Download My Tapsi extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Getting your rides history from Tapsi application.
Extension Basic Information
Name | My Tapsi |
ID | gfiiclilneogmkbmhjoncmnohldbecbh |
Official URL | https://chromewebstore.google.com/detail/my-tapsi/gfiiclilneogmkbmhjoncmnohldbecbh |
Description | Analyze your Tapsi rides |
File Size | 2.68 MB |
Installation Count | 139 |
Current Version | 3.1.0 |
Last Updated | 2021-03-26 |
Publish Date | 2021-03-16 |
Developer | sepehrity |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/sepehrity/my-tapsi-extension |
Help Page URL | https://github.com/sepehrity/my-tapsi-extension |
Privacy Policy Page URL | https://github.com/sepehrity/my-snapp-extension |
Supported Languages | 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'" } |