Apple Search Ads Keyword Popularity Viewer
View your keywords popularity from Apple SearchAds via SearchAds.com extension.
Apple Search Ads Keyword Popularity Viewer क्या है?
Apple Search Ads Keyword Popularity Viewer https://searchads.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View your keywords popularity from Apple SearchAds via SearchAds.com extension."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Apple Search Ads Keyword Popularity Viewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
View your keywords popularity from Apple SearchAds via SearchAds.com extension. Note: this extension works only on Apple SearchAds dashboard and it's only meaningful for keywords. To use it: 1. Open your Apple Search Ads Dashboard. 2. Then try to add new keywords. 3. You will see the popularity viewer effects. All in one dashboard to scale your ads We merge your Apple Search Ads and Attribution data with advanced keyword and campaign optimization tools to manage your all campaign optimization process in one platform. Maximize your advertising ROI Through complete integration with measurement partners, track your users’ every movement from their first tap to any desired in-app actions. Proactively know the campaigns bringing revenue, optimize your budget, and get keyword performance alerts to immediately prevent budget waste. It's provided by SearchAds.com developer team.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jcjnlidnkghagibkhmcfadaaibecdnip |
आधिकारिक URL | https://chrome.google.com/webstore/detail/jcjnlidnkghagibkhmcfadaaibecdnip |
विवरण | View your keywords popularity from Apple SearchAds via SearchAds.com extension. |
फ़ाइल का आकार | 81.18 KB |
स्थापना संख्या | 106 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2021-02-11 |
प्रकाशन तिथि | 2020-10-01 |
रेटिंग | 1.80/5 कुल 5 रेटिंग्स |
डेवलपर | https://searchads.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://searchads.com/ |
सहायता पृष्ठ URL | https://searchads.com/contact |
गोपनीयता नीति पृष्ठ URL | https://www.mobileaction.co/privacy-policy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "128": "images\/sa-128.png", "16": "images\/sa-16.png", "32": "images\/sa-32.png", "48": "images\/sa-48.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "all_frames": true, "css": [ "style.css" ], "js": [ "content.js", "jquery-3.5.1.min.js", "mutation-summary.js", "mutation-listener.js", "asa-request.js", "render.js", "keyword-popup.js", "keyword-table.js" ], "matches": [ "https:\/\/app.searchads.apple.com\/*\/*" ], "run_at": "document_idle" } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "View your keywords popularity from Apple SearchAds via SearchAds.com extension.", "icons": { "128": "images\/sa-128.png", "16": "images\/sa-16.png", "32": "images\/sa-32.png", "48": "images\/sa-48.png" }, "manifest_version": 2, "name": "Apple Search Ads Keyword Popularity Viewer", "permissions": [ "storage", "webRequest", "https:\/\/app.searchads.apple.com\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.2" } |