ROAS monster Chrome Extension
ROAS monster Chrome Extension will connect your ROAS monster application data directly into your Facebook Ads Manager.
ROAS monster Chrome Extensionとは何ですか?
ROAS monster Chrome ExtensionはRoas monster INC.によって開発されたChromeの拡張機能で、その主な機能は「ROAS monster Chrome Extension will connect your ROAS monster application data directly into your Facebook Ads Manager.」です。
拡張機能のスクリーンショット
ROAS monster Chrome Extension拡張機能のCRXファイルをダウンロード
ROAS monster Chrome Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
ROAS Monster Chrome Extension is a performance boosting extension that displays additional metrics from store into Facebook ads manager. It pulls store data such as sales, orders and quantity, and displays them in the Facebook ads manager column, next to the basic metric, so you can compare Facebook data with real time store results for all the products you advertise. If you use the ROAS metric for your business, you can display the Real ROAS column, and if you use CPO (Cost per Purchase), you can display the CPO column. With all new metrics based on store data you can understand your ads better, and scale your business even faster. Find extension setup tutorial here: https://www.roasmonster.com/chrome-extension
拡張機能の基本情報
名前 | ROAS monster Chrome Extension |
ID | domjhleclehkocjjcbfcebmcjpbmlggh |
公式URL | https://chromewebstore.google.com/detail/roas-monster-chrome-exten/domjhleclehkocjjcbfcebmcjpbmlggh |
説明 | ROAS monster Chrome Extension will connect your ROAS monster application data directly into your Facebook Ads Manager. |
ファイルサイズ | 475 KB |
インストール数 | 25 |
現在のバージョン | 2.1 |
最終更新日 | 2022-12-19 |
公開日 | 2022-02-02 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | Roas monster INC. |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://roasmonster.com/ |
ヘルプページのURL | https://roasmonster.com/contact |
プライバシーポリシーページのURL | https://roasmonster.com/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ROAS monster Chrome Extension", "description": "ROAS monster Chrome Extension will connect your ROAS monster application data directly into your Facebook Ads Manager.", "version": "2.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "16": "img\/logo16.png", "32": "img\/logo32.png", "48": "img\/logo48.png", "128": "img\/logo128.png" }, "options_page": "options.html", "action": { "default_popup": "index.html", "default_icon": { "16": "img\/logo16.png", "32": "img\/logo32.png", "48": "img\/logo48.png", "128": "img\/logo128.png" } }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/business.facebook.com\/*" ] } ], "web_accessible_resources": [ { "matches": [ " |