Duke2
Duke2 is unofficial tool for debugging Giosg script and rules.
Duke2とは何ですか?
Duke2はgiosg-devsによって開発されたChromeの拡張機能で、その主な機能は「Duke2 is unofficial tool for debugging Giosg script and rules.」です。
拡張機能のスクリーンショット
Duke2拡張機能のCRXファイルをダウンロード
Duke2拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Unofficial helper tool for Giosg Visitor debugging.
With Duke you can check and validate that your Giosg configuration has been done properly.
Currently supports Rules and Shopping Cart. 拡張機能の基本情報
| 名前 | |
| ID | iifamjgkehmognbeennlgodmkeddfipm |
| 公式URL | https://chromewebstore.google.com/detail/duke2/iifamjgkehmognbeennlgodmkeddfipm |
| 説明 | Duke2 is unofficial tool for debugging Giosg script and rules. |
| ファイルサイズ | 1.67 MB |
| インストール数 | 51 |
| 現在のバージョン | 1.0.2 |
| 最終更新日 | 2020-09-03 |
| 公開日 | 2020-09-03 |
| 開発者 | giosg-devs |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://giosg.com |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Duke2",
"version": "1.0.2",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
"16": "images\/icon-16.png",
"128": "images\/icon-128.png"
},
"default_locale": "en",
"browser_action": {
"default_icon": {
"19": "images\/icon-19.png",
"38": "images\/icon-38.png"
},
"default_title": "Duke",
"default_popup": "popup.html"
},
"externally_connectable": {
"matches": []
},
"permissions": [
"activeTab"
],
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"web_accessible_resources": [
"http:\/\/fonts.googleapis.com\/",
"scripts\/postmessagelistener.js"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"exclude_matches": [],
"css": [],
"js": [
"scripts\/contentscript.js"
],
"run_at": "document_end",
"all_frames": false
}
]
} | |