Linkly for Google Chrome
Click tracking software
Linkly for Google Chromeとは何ですか?
Linkly for Google ChromeはLinklyによって開発されたChromeの拡張機能で、その主な機能は「Click tracking software」です。
拡張機能のスクリーンショット
Linkly for Google Chrome拡張機能のCRXファイルをダウンロード
Linkly for Google Chrome拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Chrome extension to help quickly create Linkly links. Linkly is click tracking software that allows advanced redirection, conversion tracking, click fraud monitoring and more. Find out more at https://linklyhq.com.
拡張機能の基本情報
名前 | Linkly for Google Chrome |
ID | eafdoeojplandfjbmjkglljhlckoajcg |
公式URL | https://chromewebstore.google.com/detail/linkly-for-google-chrome/eafdoeojplandfjbmjkglljhlckoajcg |
説明 | Click tracking software |
ファイルサイズ | 44.92 KB |
インストール数 | 743 |
現在のバージョン | 1.1 |
最終更新日 | 2019-12-18 |
公開日 | 2019-12-18 |
評価 | 4.50/5 合計 2 レビュー |
開発者 | Linkly |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://linklyhq.com |
ヘルプページのURL | https://linklyhq.com/google-chrome-extension |
プライバシーポリシーページのURL | https://linklyhq.com/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Linkly for Google Chrome", "version": "1.1", "description": "Click tracking software", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs" ], "browser_action": { "default_title": "Create Linkly Link", "default_icon": "icon16.png" }, "externally_connectable": { "matches": [ "https:\/\/*.linklyhq.com\/*" ] } } |