Krunch
Shorten URLs like never before
Apa itu Krunch?
Krunch adalah ekstensi Chrome yang dikembangkan oleh krunchdev, dan fitur utamanya adalah "Shorten URLs like never before".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Krunch
Unduh file ekstensi Krunch 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
This powerful chrome extension allows you with a click of a button to automatically shorten any target URL you want to track and rewrite the short URL for you dynamically for each content you will post this short URL on, and track where it is posted. So you get much more granular insights in terms of where your traffic and conversions come from.
Informasi Dasar Ekstensi
Nama | Krunch |
ID | cdknobbdmhicddgkenemmmbmnbdnhhkl |
URL Resmi | https://chromewebstore.google.com/detail/krunch/cdknobbdmhicddgkenemmmbmnbdnhhkl |
Deskripsi | Shorten URLs like never before |
Ukuran File | 218 KB |
Jumlah Instalasi | 71 |
Versi Saat Ini | 2.3.1 |
Terakhir Diperbarui | 2024-01-28 |
Tanggal Publikasi | 2022-09-20 |
Penilaian | 5.00/5 Total 4 Penilaian |
Pengembang | krunchdev |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://krunchdata.io/privacy-policy |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAir6Zxu1qskS5fAGZRpJoKF23hhVyKqF4p2qHjzgRTl3sGInlrI05JwWJ15gB4vIulA1tHmM1pVDDnsrPKouI2OYsjxmE0zoH6alBcpfxiC4CbR0aokmfLHyRwQCDDbcjLhN5nsKogbwg6WH\/0MwF5xXUqu\/P0ewwsYCPWbt3LzFEBfkdcZwkWj9hE2V4vip4qpfqWWJrC6oO1BtZP3w+ktZHQ\/AD\/2H03vR3yycyjW5KdWjhQOuNBc0FLMaH+DF0KiCppFmNqrXw7o0sdXTuYGsFb9LLB+DU2wUz7cqb1xbUV4EfHE0VL1P28MSGr+fZIwnUibIGHbnhvWJqV71HiwIDAQAB", "manifest_version": 3, "name": "Krunch", "version": "2.3.1", "description": "Shorten URLs like never before", "options_ui": { "page": "src\/pages\/options\/index.html" }, "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "action": { "default_popup": "src\/pages\/popup\/index.html" }, "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "storage", "offscreen", "clipboardWrite", "clipboardRead", "scripting", "contextMenus" ], "externally_connectable": { "matches": [ " |