Guru
Guru extention
Guruとは何ですか?
Guruはkevin.guruappによって開発されたChromeの拡張機能で、その主な機能は「Guru extention」です。
拡張機能のスクリーンショット
Guru拡張機能のCRXファイルをダウンロード
Guru拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Guru extension is developed for business intelligence at Facebook Ad Manager which calculates campaigns, ad-sets & ads values as per strategies created by business merchants. During strategies creation, merchant can create multiple rules and our extension reflects the strategies and rules created and shows the filtered data on Facebook Ad Manager as per the rules. For the analytics tab we calculate the analytics data from the facebook and shopify for example average order value, sales, calculated profit etc.
拡張機能の基本情報
名前 | |
ID | ieainnnpneadbpjdhnapdompaacnbdnd |
公式URL | https://chrome.google.com/webstore/detail/guru/ieainnnpneadbpjdhnapdompaacnbdnd |
説明 | Guru extention |
ファイルサイズ | 282 KB |
インストール数 | 32 |
現在のバージョン | 1.9 |
最終更新日 | 2020-10-24 |
公開日 | 2020-05-03 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | kevin.guruapp |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://fbadsguru.com |
ヘルプページのURL | https://fbadsguru.com/helpcenter |
プライバシーポリシーページのURL | https://fbadsguru.com/privacypolicies |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Guru", "description": "Guru extention", "version": "1.9", "manifest_version": 2, "permissions": [ "activeTab", "tabs", "storage", "cookies", "contentSettings", "pageCapture", "*:\/\/fbadsguru.com\/", "*:\/\/business.facebook.com\/adsmanager\/", "*:\/\/www.facebook.com\/adsmanager\/" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Guru", "default_popup": "popup.html" }, "icons": { "16": "1.png", "32": "2.png", "48": "3.png", "128": "4.png" } } |