UTM Paramater Testing
This extension will add UTM parameters to the end of your current URL
UTM Paramater Testingとは何ですか?
UTM Paramater TestingはDarren Smithによって開発されたChromeの拡張機能で、その主な機能は「This extension will add UTM parameters to the end of your current URL」です。
拡張機能のスクリーンショット
UTM Paramater Testing拡張機能のCRXファイルをダウンロード
UTM Paramater Testing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Quickly add UTM Parameters to your current URL. With one click you can add UTM Content, UTM Source, UTM Term and UTM Medium to the current tab URL, perfect for testing if URL parameters are populating in your forms. **New for Version 1.5** Button will now remove any existing query string present in url.
拡張機能の基本情報
名前 | |
ID | mnfbgndnfookkffhhignchdhgodkddcj |
公式URL | https://chromewebstore.google.com/detail/utm-paramater-testing/mnfbgndnfookkffhhignchdhgodkddcj |
説明 | This extension will add UTM parameters to the end of your current URL |
ファイルサイズ | 183 KB |
インストール数 | 73 |
現在のバージョン | 1.5 |
最終更新日 | 2017-10-17 |
公開日 | 2017-10-17 |
開発者 | Darren Smith |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "UTM Paramater Testing", "description": "This extension will add UTM parameters to the end of your current URL", "version": "1.5", "permissions": [ "tabs" ], "browser_action": { "default_icon": "url_edit.png", "default_popup": "popup.html" } } |