SBS Export and Import
SBS Export and Import allows you to access and analyze all of your sports data
Apa itu SBS Export and Import?
SBS Export and Import adalah ekstensi Chrome yang dikembangkan oleh SBS, dan fitur utamanya adalah "SBS Export and Import allows you to access and analyze all of your sports data".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi SBS Export and Import
Unduh file ekstensi SBS Export and Import dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Extension allows you to better organize your data
Informasi Dasar Ekstensi
Nama | SBS Export and Import |
ID | gnmejndpabiihdgnfkekmbekglnnhacj |
URL Resmi | https://chromewebstore.google.com/detail/sbs-export-and-import/gnmejndpabiihdgnfkekmbekglnnhacj |
Deskripsi | SBS Export and Import allows you to access and analyze all of your sports data |
Ukuran File | 175 KB |
Jumlah Instalasi | 280 |
Versi Saat Ini | 0.0.2 |
Terakhir Diperbarui | 2022-12-15 |
Tanggal Publikasi | 2022-11-08 |
Pengembang | SBS |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://www.sportsbookscout.com/privacy-policy |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SBS Export and Import", "description": "SBS Export and Import allows you to access and analyze all of your sports data", "version": "0.0.2", "manifest_version": 3, "icons": { "16": "logo\/16.png", "48": "logo\/48.png", "128": "logo\/icon.png" }, "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_title": "SBS Export and Import", "default_icon": "logo\/icon.png" }, "permissions": [ "storage", "cookies", "declarativeNetRequest" ], "host_permissions": [ "*:\/\/*.sportsbookscout.com\/*", "*:\/\/fanduel.com\/*", "*:\/\/*.fanduel.com\/*", "*:\/\/*.draftkings.com\/*", "*:\/\/draftkings.com\/*" ], "declarative_net_request": { "rule_resources": [ { "id": "rule1", "enabled": true, "path": "netRules.json" } ] } } |