FPTraffic
The easiest way to find and schedule images to be posted to your Facebook Pages and Twitter using FPTraffic.
Was ist FPTraffic?
FPTraffic ist eine Chrome-Erweiterung, die von https://fptraffic.com entwickelt wurde, und ihr Hauptmerkmal ist "The easiest way to find and schedule images to be posted to your Facebook Pages and Twitter using FPTraffic.".
Erweiterungsscreenshots
FPTraffic-Erweiterungs-CRX-Datei herunterladen
Laden Sie FPTraffic-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Use this tool along with your FPTraffic.com account to easily schedule and post photos and other content to your Facebook Pages and Twitter.
Grundlegende Informationen zur Erweiterung
Name | FPTraffic |
ID | mnhapiceipfpmbbibcijkfecpehjjodm |
Offizielle URL | https://chromewebstore.google.com/detail/fptraffic/mnhapiceipfpmbbibcijkfecpehjjodm |
Beschreibung | The easiest way to find and schedule images to be posted to your Facebook Pages and Twitter using FPTraffic. |
Dateigröße | 203 KB |
Installationsanzahl | 2,142 |
Aktuelle Version | 2.0 |
Letztes Update | 2016-12-09 |
Veröffentlichungsdatum | 2016-12-08 |
Bewertung | 4.40/5 Insgesamt 15 Bewertungen |
Entwickler | https://fptraffic.com |
Zahlungsart | free |
Erweiterungswebsite | http://fptraffic.com |
Hilfeseite URL | http://fptraffic.com/contact/ |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FPTraffic", "description": "The easiest way to find and schedule images to be posted to your Facebook Pages and Twitter using FPTraffic.", "version": "2.0", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "activeTab" ], "icons": { "16": "favicon.png", "48": "favicon.png", "128": "favicon.png" }, "browser_action": { "default_icon": { "19": "favicon.png", "38": "favicon.png", "128": "favicon.png" } }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery.js", "jquery-ui.js", "fptraffic.js" ], "css": [ "fptraffic.css" ] } ], "web_accessible_resources": [ "img\/close.png" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |