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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View your keywords popularity from Apple SearchAds via SearchAds.com extension."입니다.
확장 프로그램 스크린샷
Apple Search Ads Keyword Popularity Viewer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } |