ShopBase Ads Assistant
This extension is built to adapt to the iOS 14 privacy settings, helps ShopBase sellers view real-time data on Facebook Ads Manager.
ShopBase Ads Assistantとは何ですか?
ShopBase Ads AssistantはShopBaseによって開発されたChromeの拡張機能で、その主な機能は「This extension is built to adapt to the iOS 14 privacy settings, helps ShopBase sellers view real-time data on Facebook Ads Manager.」です。
拡張機能のスクリーンショット
ShopBase Ads Assistant拡張機能のCRXファイルをダウンロード
ShopBase Ads Assistant拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        In order to solve the data loss caused by the iOS 14 privacy settings, ShopBase merchants can use this application to match their real-time store order data with the corresponding campaign/adset/ad on their Facebook Ads Manager, so that find out how to optimize their advertising campaigns in a timely manner.                     拡張機能の基本情報
| 名前 |   |  
| ID | pmhoolpeoihcjkjdbbfbinafgomhoaic | 
| 公式URL | https://chromewebstore.google.com/detail/shopbase-ads-assistant/pmhoolpeoihcjkjdbbfbinafgomhoaic | 
| 説明 | This extension is built to adapt to the iOS 14 privacy settings, helps ShopBase sellers view real-time data on Facebook Ads Manager. | 
| ファイルサイズ | 148 KB | 
| インストール数 | 737 | 
| 現在のバージョン | 1.0.3 | 
| 最終更新日 | 2023-01-18 | 
| 公開日 | 2022-05-24 | 
| 評価 | 5.00/5 合計 3 レビュー | 
| 開発者 | ShopBase | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| プライバシーポリシーページのURL | https://www.shopbase.com/privacy-policy | 
| 対応言語 | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ShopBase Ads Assistant",
    "description": "This extension is built to adapt to the iOS 14 privacy settings, helps ShopBase sellers view real-time data on Facebook Ads Manager.",
    "version": "1.0.3",
    "manifest_version": 3,
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "\/icons\/fbads.png",
            "32": "\/icons\/fbads.png",
            "48": "\/icons\/fbads.png",
            "128": "\/icons\/fbads.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "js": [
                "js\/vendor\/jquery.min.js",
                "js\/vendor\/language.js",
                "js\/const.js",
                "js\/content.js",
                "js\/vendor\/localbase.dev.js"
            ],
            "css": []
        }
    ]
}  |  |