RocketLink.io - Track any link you share
RocketLink lets you add retargeting pixels to any link you share. Anyone who clicks on your link will turn into the custom audience.
RocketLink.io - Track any link you shareとは何ですか?
RocketLink.io - Track any link you shareはhttps://rocketlink.ioによって開発されたChromeの拡張機能で、その主な機能は「RocketLink lets you add retargeting pixels to any link you share. Anyone who clicks on your link will turn into the custom audience.」です。
拡張機能のスクリーンショット
RocketLink.io - Track any link you share拡張機能のCRXファイルをダウンロード
RocketLink.io - Track any link you share拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
RocketLink is a URL shortener that allows including retargeting pixels in any link you share. To use this plugin you need an active account at RocketLink.io and API token. You will find your API token in the Settings tab.
拡張機能の基本情報
名前 | RocketLink.io - Track any link you share |
ID | olifngmkabgkapkhkpancabcjmockpin |
公式URL | https://chromewebstore.google.com/detail/rocketlinkio-track-any-li/olifngmkabgkapkhkpancabcjmockpin |
説明 | RocketLink lets you add retargeting pixels to any link you share. Anyone who clicks on your link will turn into the custom audience. |
ファイルサイズ | 277 KB |
インストール数 | 826 |
現在のバージョン | 1.3 |
最終更新日 | 2019-12-16 |
公開日 | 2019-12-16 |
評価 | 4.33/5 合計 12 レビュー |
開発者 | https://rocketlink.io |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://rocketlink.io |
ヘルプページのURL | https://intercom.help/rocketlink |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RocketLink.io - Track any link you share", "description": "RocketLink lets you add retargeting pixels to any link you share. Anyone who clicks on your link will turn into the custom audience.", "version": "1.3", "browser_action": { "default_icon": "images\/rocketlink-logo-32.png", "default_popup": "config.html" }, "permissions": [ "https:\/\/app.rocketlink.io\/*", "activeTab", "tabs" ], "icons": { "16": "images\/rocketlink-logo-16.png", "32": "images\/rocketlink-logo-32.png", "128": "images\/rocketlink-logo-128.png" } } |