PicLinkr
Click 2 Call in Facebook & other Social Media - Make Businesses Phones Ring Off the Hook!
PicLinkrとは何ですか?
PicLinkrはCrowley.Linkによって開発されたChromeの拡張機能で、その主な機能は「Click 2 Call in Facebook & other Social Media - Make Businesses Phones Ring Off the Hook!」です。
拡張機能のスクリーンショット
PicLinkr拡張機能のCRXファイルをダウンロード
PicLinkr拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
PicLinkr is a Chrome Extension that will allow you to create links that you can share on Social Media that does Click to Call (or other actions) on Mobile phones, and go to website (or other actions) on desktop/laptops from one single link!
拡張機能の基本情報
名前 | |
ID | enhnoaajddgdgieajlpenippjfcliamf |
公式URL | https://chrome.google.com/webstore/detail/piclinkr/enhnoaajddgdgieajlpenippjfcliamf |
説明 | Click 2 Call in Facebook & other Social Media - Make Businesses Phones Ring Off the Hook! |
ファイルサイズ | 13.82 KB |
インストール数 | 89 |
現在のバージョン | 0.1 |
最終更新日 | 2018-01-03 |
公開日 | 2018-01-03 |
開発者 | Crowley.Link |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://piclinkr.com |
ヘルプページのURL | https://www.facebook.com/groups/piclinkr/ |
プライバシーポリシーページのURL | https://crowley.link/legal |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PicLinkr", "version": "0.1", "manifest_version": 2, "description": "Click 2 Call in Facebook & other Social Media - Make Businesses Phones Ring Off the Hook!", "permissions": [ "gcm", "storage", "notifications", "identity" ], "background": { "persistent": false, "scripts": [ "OneSignal.js", "background.js" ] }, "browser_action": { "default_icon": "Lync_TopImage.png", "default_title": "Click 2 Call in Facebook & other Social Media - Make Businesses Phones Ring Off the Hook!", "default_popup": "extension.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'", "icons": { "128": "Lync_TopImage.png" } } |